Complete following steps to ensure that your Firefox browser is enabled to perform Spnego authentication.
https for all communication.
With Google Chrome you generally need to set command-line parameters order to white list servers with Chrome will negotiate.
--auth-negotiate-delegate-whitelist should only used if Kerberos
delegation is required (otherwise do not set this parameter).
https for all communication.
--auth-server-whitelist="*.example.com" --auth-negotiate-delegate-whitelist="*.example.com"
You can see which policies are enable by typing chrome://policy/ into Chrome’s address bar.
With Linux Chrome will also read policy files from
/etc/opt/chrome/policies/managed directory.
mypolicy.json.
{
"AuthServerWhitelist" : "*.example.org",
"AuthNegotiateDelegateWhitelist" : "*.example.org",
"DisableAuthNegotiateCnameLookup" : true,
"EnableAuthNegotiatePort" : true
}