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 Phase2AuthenticationParameters complex type specifies the authentication information for EAP-TEAP.
<xs:complexType name="Phase2AuthenticationParameters">
<xs:sequence>
<xs:element name="InnerMethodConfig" type="InnerMethodConfigParameters" minOccurs="0" maxOccurs="unbounded"/>
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
</xs:sequence>
</xs:complexType>
Remarks
The Phase2AuthenticationParameters element is optional.
InnerMethodConfig is an element of type InnerMethodConfigParameters containing parameters for the inner EAP method.