diff options
Diffstat (limited to 'lasso')
-rw-r--r-- | lasso/xml/lib_authn_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/lib_authn_context.h b/lasso/xml/lib_authn_context.h index 1c817019..9a000a89 100644 --- a/lasso/xml/lib_authn_context.h +++ b/lasso/xml/lib_authn_context.h @@ -48,6 +48,8 @@ struct _LassoLibAuthnContext { char *AuthnContextClassRef; /* <xs:element name="AuthnContextStatementRef" type="xs:anyURI"/> */ char *AuthnContextStatementRef; + /* <xs:element ref="ac:AuthenticationContextStatement"/> */ + /* XXX: LassoLibAuthenticationContextStatement ... */ }; struct _LassoLibAuthnContextClass { |