saml:Subject
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:SubjectType
Properties: Global, Qualified
Content
- Choice [1..1]
- Sequence [1..1]
- Choice [1..1]
- saml:SubjectConfirmation [0..*]
- saml:SubjectConfirmation [1..*]
- Sequence [1..1]
Attributes
None
Used in
- Type saml:AssertionType (Element saml:Assertion)
- Type samlp:AttributeQueryType via extension of samlp:SubjectQueryAbstractType (Element samlp:AttributeQuery)
- Type samlp:AuthnQueryType via extension of samlp:SubjectQueryAbstractType (Element samlp:AuthnQuery)
- Type samlp:AuthnRequestType (Element samlp:AuthnRequest)
- Type samlp:AuthzDecisionQueryType via extension of samlp:SubjectQueryAbstractType (Element samlp:AuthzDecisionQuery)
- Type samlp:SubjectQueryAbstractType (Element samlp:SubjectQuery)
Sample instance
<saml:Subject> <saml:BaseID/> <saml:SubjectConfirmation Method="http://www.example.com/"> <saml:BaseID/> <saml:SubjectConfirmationData>Any text, intermingled with: <!--any element--> </saml:SubjectConfirmationData> </saml:SubjectConfirmation> </saml:Subject>