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.
source
share