FederationAuthType simpleType (SPS15XSDSearchSet2)
- Article
-
-
Définition
<xs:simpleType name="FederationAuthType">
<xs:restriction base="xs:string">
<xs:enumeration value="Anonymous" />
<xs:enumeration value="LocalNTAuth" />
<xs:enumeration value="SingleAccountBasicAuth" />
<xs:enumeration value="SingleAccountFormsAuthentication" />
<xs:enumeration value="SingleAccountCookie" />
<xs:enumeration value="ApplicationPoolIdentity" />
<xs:enumeration value="Kerberos" />
<xs:enumeration value="PerUserFormsAuthentication" />
<xs:enumeration value="PerUserCookie" />
<xs:enumeration value="SSO" />
<xs:enumeration value="SingleAccountNTLM" />
<xs:enumeration value="PerUserNTLM" />
<xs:enumeration value="SingleAccountDigest" />
<xs:enumeration value="PerUserDigest" />
<xs:enumeration value="PerUserBasicAuth" />
<xs:enumeration value="Custom" />
<xs:enumeration value="PerUserCustom" />
</xs:restriction>
</xs:simpleType>
Valeurs d’énumération
Valeur |
Description |
Anonyme
|
|
LocalNTAuth
|
|
SingleAccountBasicAuth
|
|
SingleAccountFormsAuthentication
|
|
SingleAccountCookie
|
|
ApplicationPoolIdentity
|
|
Kerberos
|
7
|
PerUserFormsAuthentication
|
8
|
PerUserCookie
|
9
|
Authentification unique
|
10
|
SingleAccountNTLM
|
11
|
PerUserNTLM
|
12
|
SingleAccountDigest
|
13
|
PerUserDigest
|
14
|
PerUserBasicAuth
|
15
|
Personnalisé
|
16
|
PerUserCustom
|
17
|