saml:SubjectConfirmation
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:SubjectConfirmationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [0..1]
- saml:SubjectConfirmationData [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Method | [1..1] | xsd:anyURI |
Used in
- Type saml:SubjectType (Element saml:Subject)
Sample instance
<saml:SubjectConfirmation Method="http://www.example.com/"> <saml:BaseID/> <saml:SubjectConfirmationData>Any text, intermingled with: <!--any element--> </saml:SubjectConfirmationData> </saml:SubjectConfirmation>