Link to home
Start Free TrialLog in
Avatar of stadarnet
stadarnetFlag for Iceland

asked on

Claims-based authentication - Classic mode authentication

Hi,

can sharepoint servers in different domains share service application with different
authentication methods.

Is it possible to configure a claims mode application to use windows based authentication (the default). In this case, if the client application is set to auto authenticate with a logged in users domain credentials, there is a “silent redirection” where the windows authentication token gets converted by SharePoint into a claim to be used by SharePoint
thanks
Avatar of Sigurdur Haraldsson
Sigurdur Haraldsson
Flag of Iceland image

In SharePoint 2013 you can share Service Applications between farms, even if they belong to different domains. As the authentication is only for each domain, the authentication method should not matter, but you might have to configure server-to-server authentication.

http://technet.microsoft.com/en-us/library/ff621100.aspx
Authentication is configured per web application. You can extend a web application and assign it a different authentication. The site I administer authenticates via classic/ntlm internally and claims/externally.  I believe you can in 2010 also share service applications between domains in different farms as long add there is a trust setup between the domains
ASKER CERTIFIED SOLUTION
Avatar of Justin Smith
Justin Smith
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also, to comment on vaderj's answer.  If you are using SP 2013, you don't have to extend your web app to use a different authentication method.  If the web app is claims based, you can use multiple authentication methods on the same URL.