Pregunta

How do I figure out whether a web application in my SharePoint 2010 farm is using claims-based or classic authentication mode? I know that authentication provider (default zone) is Windows, but according to this article http://technet.microsoft.com/en-us/library/cc262350.aspx, the authentication mode could be either (claims-based or classic) for the Windows authentication method.

The reason I am asiking this is because I believe there is a difference in setup of our staging and production environments in terms of authentication mode, which is causing issues with user profile extraction.

Thank you in advance for any help with this.

¿Fue útil?

Solución

You may want to check this article to see if it provides clues.

Otros consejos

You can use the property SPWebApplication.UseClaimsAuthentication to determine whether claims based authentication is enabled or not.

Classic authentication Mode: when u have selected classic authentication mode that time web application take Window authentication credentials.

claims-based authentication Mode: In Claims-based authentication configure with FBA database.you are just specify the Provider and Membership Users using IIS Configuration.you want to add multiple Users access yours web application with them own Credentials. than its better ways to go claims-based authentication. Here good link for configured Claims-based.

Here good link for configured Claims-based

I've always found a quick glance into the Authentication settings in IIS gives a clue to whether basic authentication is being used or not...

enter image description here

Licenciado bajo: CC-BY-SA con atribución
scroll top