saml:AuthnStatement
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Schema document: saml-2.0-os/saml-schema-assertion-2.0.xsd
Type: saml:AuthnStatementType
Properties: Global, Qualified
Content
- saml:SubjectLocality [0..1]
- saml:AuthnContext [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
AuthnInstant | [1..1] | xsd:dateTime | ||
SessionIndex | [0..1] | xsd:string | ||
SessionNotOnOrAfter | [0..1] | xsd:dateTime |
Used in
- Type saml:AssertionType (Element saml:Assertion)
Sample instance
<saml:AuthnStatement AuthnInstant="2000-01-01T12:00:00"> <saml:SubjectLocality/> <saml:AuthnContext> <saml:AuthnContextClassRef>http://www.example.com/</saml:AuthnContextClassRef> <saml:AuthnContextDecl>any content</saml:AuthnContextDecl> <saml:AuthenticatingAuthority>http://www.example.com/</saml:AuthenticatingAuthority> </saml:AuthnContext> </saml:AuthnStatement>