Configure Firefox 3.0.x for authentication with Kerberos, not with a hint

I have an Intranet http application running on multiple machines in our Windows domain; everything works when using IE 7, because I can configure it to use Kerberos authentication, and I figured out how to get a power of attorney to delegate one of the intermediate machines.

I researched and tried to use Firefox 3.0.10 to use Kerberos:

  • go to about: config
  • filter network.negotiate
  • update network.negotiate-auth.delegation-urisand network.negotiate-auth.trusted-uris with the following entries (comma separated):http://jupiter2000/trimbrokerclient,http://johnxp/fileservicedemo

I did this and even restarted Firefox, and when I browse the above sites on our local network, I still get a request for the username and password, and even when I supply them, and the web page loads, I have the code in the application. which displays the current authentication method and still remains NTLM, not Kerberos, as when using IE.

Can anyone comment on how to use Firefox in this Inranet app? Thanks.

ps while the names above are different, the application is the same. JUPITER2000 - IIS 6.0; JOHNXP is IIS 5.1.

+5
source share
3 answers

From what I did myself, you only need to enter the domain, not http: // or the path.

+6

5 , FireFox. .

:

FireFox Windows

+3

you should use only server name:

jupiter2000, johnxp

0
source

All Articles