Error: SharePoint 2013 web application authentication fails, prompts for credentials 3 times and displays blank page.
Kernel Mode Authentication is not supported in SharePoint Products. I would suggest turning this off. If you want this enabled, there is a workaround s - https://technet.microsoft.com/library/dd573004(office.13).aspx
Change the ApplicationHost.config file to have the bit
<windowsauthentication enabled="true" useapppoolcredentials="true">< /windowsauthentication>
Kernel Mode Authentication is not supported in SharePoint Products. I would suggest turning this off. If you want this enabled, there is a workaround s - https://technet.microsoft.com/library/dd573004(office.13).aspx
Change the ApplicationHost.config file to have the bit
<windowsauthentication enabled="true" useapppoolcredentials="true">< /windowsauthentication>
Comments