

#Setting up cs 1.6 config windows
In order to setup Kerberos for the site, make sure “ Negotiate” is at the top of the list in providers section that you can see when you select windows authentication. It might also use NTLM which is also a provider in windows authentication. Below is the link which talks about precedence in authentication.ģ) Enabling windows authentication doesn’t mean Kerberos protocol will be used. Because anonymous authentication takes more precedence than windows authentication. The steps followed from Step 9 shows you the configuration when you want to configure double hop i.e delegate the logged in account to a backend server (for eg a sql service).ġ) Click on the website, go to authentication and make sure that windows authentication is enabled.Ģ) Make sure that when you want to use windows authentication, anonymous authentication is not enabled, which is a common mistake I have observed. Steps 1-8 should be sufficient when you want Kerberos for the site to be configured only for single HOP. The below steps will take you through the setup of Kerberos for a site. Please go through the blog on how Kerberos works before going through the setup blog. Over here we look into step by step process of the changes we need to make when we want to setup Kerberos for a site. Then I thought it would be good if I can also document the basic steps we look into when configuring Kerberos for a site.

#Setting up cs 1.6 config how to
I had previously blogged on the working of Kerberos and how to troubleshoot authentication issues with Kerberos when it fails.
