Configure Mozilla Firefox to support Windows Native Authentication
I have been all over Mozilla's Dev site, and others, but I can't seem to find the correct way to make this work. Should I be modifying both the local-settings.js file and the mozilla.cfg? I've done both, based on information that I have found, but nothing seems to "stick".
I truly appreciate any suggestions.
Thank you.
In short, below are the settings that needs to be set into Mozilla Firefox for Windows Native Authentication.
WNA Configuration Preference for Firefox
Preference Name |
Status |
Type |
Value |
network.negotiate-auth.allow-proxies |
default |
boolean |
true |
network.negotiate-auth.delegation-uris |
User set |
string |
|
network.negotiate-auth.gsslib |
Default |
string |
<blank> |
network.negotiate-auth.trusted-uris |
User set |
string |
|
network.negotiate-auth.using-native-gsslib |
Default |
boolean |
true
|
Answers (1)
It could be the manual editing of the file that is causing issues - try and edit through Firefox and then grab the file.
Open FF and put 'about:config' in the address bar and configure your options that way and then grab your .js files that have been modified.
I seem to remember that there is a way to get a flat file structure from the installer (extracting it) and then you can place your modified files into the extracted source so when it installs it take those settings.
Hope that helps,
Dunnpy