A personal repository of technical notes. - CSC

Enable NTLM Authentication in Firefox

Problem
Need to be able to perform NTLM Authentication for Single Sign-On Integrated Authentication using Firefox browser.

Solution
Create a whitelist in Firefox settings (about:config) by adding comma delimited list of domains to network.automatic-ntlm-auth.trusted-uris

Example: myintranet, www.mydomain.com, etc

References
"Integrated Authentication - MDC." Mozilla Developer Center - MDC. Web. 23 Mar. 2010.
<https://developer.mozilla.org/En/Integrated_Authentication>.