2.3.23 SSO

SSO specifies the SSO authentication method.

Parent Elements

Authentication

Attributes:

AppId: Specifies the application to be used for SSO authentication.

CredentialType: Specifies the method of authentication.

The possible values for this attribute are specified in section 2.3.24.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="SSO">
   <xsd:complexType>
     <xsd:attribute name="AppId" use="required" type="xsd:string"/>
     <xsd:attribute name="CredentialType" use="required" type="udc:CredentialTypeEnumeration"/>
   </xsd:complexType>
 </xsd:element>