1

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.

sunny
  • 158
  • 1
  • 2
  • 13

1 Answers1

1

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.

Michael-O
  • 18,123
  • 6
  • 55
  • 121
  • I tried changing the settings and I still got NTLM tokens. While working on NTLM tokens, when I send clients NTLM response to AcceptSecurtyContext(), I got invalid token as status. Any inputs on this ? Server and Client are on the same domain. – sunny Nov 24 '15 at 04:38
  • Talk to your admin and check your setup. It must be the case. Use Wireshark and analyze the Kerberos errors. – Michael-O Nov 24 '15 at 08:55