-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NTLM authentication via the Network Authentication feature #87
Comments
I'm afraid I've seen no indication that the new Firefox will allow add-ons to support NTLM authentication so this request may have to be on the back burner for quite some time. Feel free to poke Mozilla to ask for support though since they might change their mind if enough people want it. |
See e.g. https://bugzilla.mozilla.org/show_bug.cgi?id=1429320 How about using the webRequest API for that? You could intercept the requests and act upon them before the "normal" Fx handlers kick in. Don't know how the internals work here but maybe you can dig into it a bit. |
Kee already uses this event from webRequest API. And this event for some reason doesn't support NTLM. |
Mozilla are now accepting patches for community contributions to enable this feature in Firefox. If anyone fancies contributing this support to Firefox, the relevant links are on the bug that @fbender created: https://bugzilla.mozilla.org/show_bug.cgi?id=1429320 |
Firefox 57.0, Kee 2.0.0.25
NTLM authentication isn't working (for example to a SharePoint site). Kee recognizes the URL and shows its credentials popup. However, after credentials are selected, Firefox still displays its regular authentication popup and credentials have to be entered manually.
The text was updated successfully, but these errors were encountered: