Expand Minimize
This topic has not yet been rated - Rate this topic

FederationAuthType Enumeration

Specifies the supported authentication protocols for connecting to federated search locations.

Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
public enum FederationAuthType
 Member nameDescription
AnonymousNo credentials are used to connect to the federated location. 
ApplicationPoolIdentityThe Windows credentials specified for the Shared Service Provider’s application pool are used to connect to the federated location. 
CustomReserved for future use. 
KerberosKerberos credentials are used to connect to the federated location.  
LocalNTAuth 
PerUserBasicAuthThe Basic authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserCookieThe cookie-based authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserCustomReserved for future use. 
PerUserDigestThe Digest authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserFormsAuthenticationThe forms authentication credentials of the user who submitted the search query are used to connect to the federated location. 
PerUserNTLMThe Windows credentials of the user who submitted the search query are used to connect to the federated location. 
SingleAccountBasicAuthThe Basic authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountCookieThe cookie-based authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountDigestThe Digest authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountFormsAuthenticationThe forms authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SingleAccountNTLMThe Windows credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
SSOThe Single Sign-On (SSO) authentication credentials configured for the location are used to connect to the federated location. The same set of credentials are used for each connection to the federated location. 
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.