Reputation: 835
I have a web site on IIS 7, and it asks for Windows authentication when I try to access it with Firefox, but it works fine if I use Internet Explorer. With Internet Explorer it uses the normal form authentication. How is this possible?
Upvotes: 0
Views: 970
Reputation: 11401
Firefox does not have NTLM enabled by default, meaning Firefox will not pass along your NT identity to the website. This is enabled by default in Internet Explorer.
You can enable it for selected sites by going to "about:config" and by editing the network.automatic-ntlm-auth.trusted-uris
preference.
Upvotes: 1