AuthenticatorTransportProtocol
The protocol across which Authenticator information is transferred to an Authentication Authority verifier.
Element information
Namespace: None
Schema document: saml-2.0-os/saml-schema-authn-context-types-2.0.xsd
Type: AuthenticatorTransportProtocolType
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [0..1]
- HTTP This element indicates that the Authenticator has been transmitted using bare HTTP utilizing no additional security protocols.
- SSL This element indicates that the Authenticator has been transmitted using a transport mechnanism protected by an SSL or TLS session.
- MobileNetworkNoEncryption This element indicates that the Authenticator has been transmitted solely across a mobile network using no additional security mechanism.
- MobileNetworkRadioEncryption
- MobileNetworkEndToEndEncryption
- WTLS This element indicates that the Authenticator has been transmitted using a transport mechanism protected by a WTLS session.
- IPSec This element indicates that the Authenticator has been transmitted using a transport mechanism protected by an IPSEC session.
- PSTN
- ISDN
- ADSL
- Extension [0..*]
- Choice [0..1]
Attributes
None
Used in
- Type AuthnMethodBaseType (Element AuthnMethod)
Sample instance
<AuthenticatorTransportProtocol> <HTTP> <Extension> <!--any element--> </Extension> </HTTP> <Extension> <!--any element--> </Extension> </AuthenticatorTransportProtocol>