Automatic Windows authentication in Firefox
By default, Internet Explorer is the only browser that can pass your Windows login credentials onto web sites. In fact, Firefox doesn’t even give you the option of remembering your login details; you have to re-enter them every session.
However, there are a few tweaks that can be made to make both IE and Firefox use your Windows login credentials for certain sites:
- Open up regedit.
- Locate registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa. - Add a new
DWORDValue called DisableLoopbackCheck and set the value to 1.
Then in Firefox:
- Browse to about:config.
- Enter uris into the filter box.
- Enter a comma separated list of you sites into the three preferences* that are shown. E.g. local-1,local-2
If IE still/now shows a prompt after making these changes:
- Go to Tools > Options.
- Select the Security tab.
- Select Local intranet.
- Click Sites.
- Uncheck the ‘Automatically detect intranet network’ setting.
* The three Firefox prefs should be ‘network.automatic-ntlm-auth.trusted-uris’, ‘network.negotiate-auth.delegation-uris’ and ‘network.negotiate-auth.trusted-uris’.
