Schema Central > SAML 2.0 > saml-schema-authn-context-types-2.0.xsd > AuthenticationContextDeclaration
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

AuthenticationContextDeclaration

        A particular assertion on an identity
        provider's part with respect to the authentication
        context associated with an authentication assertion.
      

Element information

Type: AuthnContextDeclarationBaseType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
ID [0..1]xsd:ID

Sample instance

<AuthenticationContextDeclaration ID="ID">
   <Identification>
      <PhysicalVerification/>
      <WrittenConsent>
         <Extension>
            <!--any element-->
         </Extension>
      </WrittenConsent>
      <GoverningAgreements>
         <GoverningAgreementRef governingAgreementRef="http://www.example.com/"/>
      </GoverningAgreements>
      <Extension>
         <!--any element-->
      </Extension>
   </Identification>
   <TechnicalProtection>
      <PrivateKeyProtection>
         <KeyActivation>...
         </KeyActivation>
         <KeyStorage medium="memory"/>
         <KeySharing sharing="true"/>
         <Extension>
            <!--any element-->
         </Extension>
      </PrivateKeyProtection>
      <Extension>
         <!--any element-->
      </Extension>
   </TechnicalProtection>
   <OperationalProtection>
      <SecurityAudit>
         <SwitchAudit>...
         </SwitchAudit>
         <Extension>
            <!--any element-->
         </Extension>
      </SecurityAudit>
      <DeactivationCallCenter>
         <Extension>
            <!--any element-->
         </Extension>
      </DeactivationCallCenter>
      <Extension>
         <!--any element-->
      </Extension>
   </OperationalProtection>
   <AuthnMethod>
      <PrincipalAuthenticationMechanism>
         <Password>...
         </Password>
         <RestrictedPassword>...
         </RestrictedPassword>
         <Token>...
         </Token>
         <Smartcard>...
         </Smartcard>
         <ActivationPin>...
         </ActivationPin>
         <Extension>
            <!--any element-->
         </Extension>
      </PrincipalAuthenticationMechanism>
      <Authenticator>
         <PreviousSession>...
         </PreviousSession>
         <PreviousSession>...
         </PreviousSession>
         <ResumeSession>...
         </ResumeSession>
         <DigSig>...
         </DigSig>
         <Password>...
         </Password>
         <RestrictedPassword>...
         </RestrictedPassword>
         <ZeroKnowledge>...
         </ZeroKnowledge>
         <SharedSecretChallengeResponse>...
         </SharedSecretChallengeResponse>
         <SharedSecretDynamicPlaintext>...
         </SharedSecretDynamicPlaintext>
         <IPAddress>...
         </IPAddress>
         <AsymmetricDecryption>...
         </AsymmetricDecryption>
         <AsymmetricKeyAgreement>...
         </AsymmetricKeyAgreement>
         <SubscriberLineNumber>...
         </SubscriberLineNumber>
         <UserSuffix>...
         </UserSuffix>
         <Extension>
            <!--any element-->
         </Extension>
      </Authenticator>
      <AuthenticatorTransportProtocol>
         <HTTP>...
         </HTTP>
         <Extension>
            <!--any element-->
         </Extension>
      </AuthenticatorTransportProtocol>
      <Extension>
         <!--any element-->
      </Extension>
   </AuthnMethod>
   <GoverningAgreements>
      <GoverningAgreementRef governingAgreementRef="http://www.example.com/"/>
   </GoverningAgreements>
   <Extension>
      <!--any element-->
   </Extension>
</AuthenticationContextDeclaration>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com