I am using Kerberos authentication protocol for my websites.
I have added website under trusted sites and intranet sites and updated Group policy under Internet Options.
It works well in IE but does not work with Chrome and Edge. It keeps asking for credentials and yields to 401 error code.
I researched a lot and got to know that for Chrome, it works well with NTLM but for Chrome to work with Kerberos we need to do some settings using cmd.
ie. "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” --auth-server-whitelist="*.domain.com " --auth-negotiate-delegate-whitelist="*.domain.com"
After doing this my website keeps loading round.
Any help is appreciated.