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 Phase1IdentityParameters complex type specifies the identity parameters for EAP-TTLS.
<xs:complexType name="Phase1IdentityParameters">
<xs:sequence>
<xs:element name="IdentityPrivacy" type="xs:boolean" default="true" minOccurs="0"/>
<xs:element name="AnonymousIdentity" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
Remarks
The Phase1IdentityParameters element is optional.
IdentityPrivacy is an optional Boolean that indicates whether identity privacy is enabled. If TRUE, an anonymous identity is substituted for the user's true identity. The default value is TRUE.
AnonymousIdentity contains a Unicode string specifying an alternate identity used in place of a user's true identity. It is sent in the EAP identity response message during the TTLS authentication. Anonymous identity usage is determined by the IdentityPrivacy element.