I am working on SPNEGO authentication using windows SSPI, is there a way to change browser settings to send kerbros token ?
I tried changing firefox settings in about:config to add trusted uri but it didn't help.
You did not enable it on Firefox. Chrome works as IE, using registry settings. Set network.negotiate-auth.trusted-uris
and maybe network.negotiate-auth.delegation-uris
in Firefox and you are done.