This configuration will help you to assist the members and role providers to authenticate on the web application.

How to configure?

Let’s open Central Admin of SharePoint on your machine. On your Windows desktop screen, click Start >> Administrative Tools >> SharePoint 2013 Central Administration.


We have four categories, where the events have been categorized.

  1. Contribute
  2. Manage
  3. Security
  4. Policy

In this article, we will see “Authentication Providers” under the "Security” category.

Authentication Providers



  1. Select the Web Application and click on "Authentication Providers".
  2. You will see the screen below.

  3. As we can see from the above image we have a default authentication provider which is the Claims Based Authentication.

You can use three types of authentication.

Windows Authentication

  1. Integrate
    You can integrate Windows authentication with NTLM or Negotiate/Kerberos, depending on your organization structure. If you choose Kerberos, the application pool needs to be on the Network Service whereas NTLM will work on any application pool.

  2. Basic
    Basic authentication will use the credentials in an unencrypted manner, to provide you access.

  3. Form Based
    You can also use form-based authentication which will allow users to enter the credentials on a form and validate accordingly.



    1. Sign-in Page URL
      You can choose if you want to have a sign-in page as default or custom. If custom, you have to provide a URL for the same.

    2. Client Integration
      If you turn off this feature, users will have to use browser integrated tools to perform tasks on SharePoint sites but if you enable this feature, it will use the default machine integrated products to launch while editing or modifying the document, filling up the form and many other such processes.

Once you click on "OK", all the configurations selected by you will be added by default in all the sites within the web.

In this article, we saw how to configure authentication providers on the web application. There are more features under managing the web applications which we will see in the next article.

Until then, keep reading and keep learning.