diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-03-24 14:11:06 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-03-24 14:11:06 +0000 |
| commit | 46b91f034dd59255c2f6ee7479333e39ae945973 (patch) | |
| tree | cfe9640dbe8b3d71d918d4416e65f04c1238deb0 | |
| parent | c6be2c9a579796269ad05ccfe5c615d069dd7fc4 (diff) | |
include AssertionConsumerServiceID in query strings
| -rw-r--r-- | lasso/xml/lib_authn_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/lib_authn_request.c b/lasso/xml/lib_authn_request.c index 878be431..60f602a7 100644 --- a/lasso/xml/lib_authn_request.c +++ b/lasso/xml/lib_authn_request.c @@ -116,6 +116,7 @@ static struct QuerySnippet query_snippets[] = { { "IsPassive", NULL }, { "NameIDPolicy", NULL }, { "ProtocolProfile", NULL }, + { "AssertionConsumerServiceID", NULL }, { "RequestAuthnContext/AuthnContextStatementRef", "AuthnContextStatementRef" }, { "RequestAuthnContext/AuthnContextClassRef", "AuthnContextClassRef" }, { "RequestAuthnContext/AuthnContextComparison", "AuthnContextComparison" }, |
