When you click the Specify authentication providers link, you will land on the Authentication Providers page. This page will give an option to the SharePoint administrator to change the authentication provider for one Web Application or multiple Web Applications.

Manage Patch

Specify the authentication providers page’s direct link - /_admin/authentication providers.aspx.

In SharePoint, we want to secure the data and implement a security mechanism. For this, SharePoint has a user authorization and authentication method, which verifies the identity of the users, who are trying to login on SharePoint, then it verifies the permission of the user, who is trying to access SharePoint content. In order to authenticate the user, the SharePoint user is one of the authentication providers, which authenticates the user. As per TechNet: “An authentication provider issues the authenticated user a security token that encapsulates a set of claims-based assertions about the user and is used to verify a set of permissions that are assigned to the user.” Once the user is authenticated via the provider, then SharePoint authorizes the user, if he has permission to check the requested content.

SharePoint supports multiple authenticated providers.

On this page, we have an option where we can change the authentication provider of a given Application.

Note

If you want to change the authentication provider, then make sure that infrastructure is already in place, otherwise, if you change the authentication provider, it will not work. i.e. if you want to implement Windows Claims with Kerberos, then make sure Kerberos infrastructure is in place (SQL configuration for Kerberos, SPN for SharePoint Web Application). This page only gives you an option to change the authentication provider and not to configure it.

On this page, we have other options as well, like enabling anonymous access and enabling client integration but this is beyond the scope of this article.

To change authentication providers

In this step, we will change Windows authentication from NTLM to Kerberos. We already created an SPN for it. Please follow the steps given below.

In this article, you learned how to change the Authentication provider for a Web Application in SharePoint.