Identification
Refers to those characteristics that describe the processes and mechanisms the Authentication Authority uses to initially create an association between a Principal and the identity (or name) by which the Principal will be known
Element information
Namespace: None
Schema document: saml-2.0-os/saml-schema-authn-context-types-2.0.xsd
Type: IdentificationType
Properties: Global, Qualified
Content
- Sequence [1..1]
- PhysicalVerification [0..1] This element indicates that identification has been performed in a physical face-to-face meeting with the principal and not in an online manner.
- WrittenConsent [0..1]
- GoverningAgreements [0..1] Provides a mechanism for linking to external (likely human readable) documents in which additional business agreements, (e.g. liability constraints, obligations, etc) can be placed.
- Extension [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
nym | [0..1] | nymType | This attribute indicates whether or not the Identification mechanisms allow the actions of the Principal to be linked to an actual end user. |
Used in
- Type AuthnContextDeclarationBaseType (Element AuthenticationContextDeclaration)
Sample instance
<Identification> <PhysicalVerification/> <WrittenConsent> <Extension> <!--any element--> </Extension> </WrittenConsent> <GoverningAgreements> <GoverningAgreementRef governingAgreementRef="http://www.example.com/"/> </GoverningAgreements> <Extension> <!--any element--> </Extension> </Identification>