Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The af:MSWebAuthenticationType element is a WS-Policy assertion and a child element of the wsp:Policy element. It contains policy elements that provide information about a security token service that can issue tokens accepted by OC Authentication Web Service.
-
<xs:complexType name="MSWebAuthenticationType"> <xs:sequence> <xs:element name="Policy" type="wsp:Policy" minOccurs="1" /> <xs:any processContents="lax" namespace="##any" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType>
The af:LiveIdEnvironmentType element is a child element of the wsp:Policy element inside af:MSWebAuthenticationType. It describes the environment in which the security token service operates.
-
<xs:simpleType name="LiveIdEnvironmentType"> <xs:restriction base="xs:string" > <xs:enumeration value="PRODUCTION" /> <xs:enumeration value="PPE" /> <xs:enumeration value="INT" /> </xs:restriction> </xs:simpleType>
The "PRODUCTION" enumeration value indicates production environment.
The "PPE" enumeration value indicates pre-production environment.
The "INT" enumeration value indicates integration environment.