Closed
Bug 914227
Opened 12 years ago
Closed 9 years ago
Firefox uses SSO Windows Integrated Authentication in Private Browsing Mode
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1248564
People
(Reporter: bugzilla, Unassigned)
Details
(Whiteboard: [necko-backlog][ntlm])
When in private browsing mode, Firefox still performs single-sign-on Windows Integrated Authentication using the preferences network.negotiate-auth.delegation-uris and network.negotiate-auth.trusted-uris.
STR:
1. Find/Create a website with WIA where SSO can be performed.
2. Enable both network.negotiate-auth.delegation-uris and network.negotiate-auth.trusted-uris for the site in step 1.
3. Open the site to verify that SSO is working.
4. Open a private tab/window.
5. Open the site in the private tab.
Expected results:
Firefox is in private browsing mode and should not be automatically using the SSO credentials. It should prompt with a blank prompt the same way it does without the SSO.
Actual Results:
Firefox send the SSO credentials without any user interaction.
Bug 579611 is probably a duplicate/similar issue from before the new private browsing implementation.
Updated•12 years ago
|
Component: Private Browsing → Networking
Product: Firefox → Core
Comment 2•12 years ago
|
||
http://mxr.mozilla.org/mozilla-central/source/extensions/auth/ is the auth modules used by http://mxr.mozilla.org/mozilla-central/source/extensions/auth/nsHttpNegotiateAuth.cpp, which is the only file that references the prefs mentioned in comment 0.
Comment 3•12 years ago
|
||
Sounds like comment 2 got it. If not, ask :mayhemer
Flags: needinfo?(jduell.mcbugs)
Updated•9 years ago
|
Whiteboard: [necko-backlog][ntlm]
Comment 4•9 years ago
|
||
I have the same problem. Did anyone able to resolve this issue?
![]() |
||
Comment 5•9 years ago
|
||
This has already been fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Hi,
How can I enable this?
I would like to use SSO/Integrated Authentication in Private mode. It should be an optional feature.
Any way to enable this please?
Thanks.
Comment 7•4 years ago
|
||
(In reply to wizk11 from comment #6)
Hi,
How can I enable this?
I would like to use SSO/Integrated Authentication in Private mode. It should
be an optional feature.
Any way to enable this please?Thanks.
Yes, set the preference
network.auth.private-browsing-sso to true or use the Authentication->PrivateBrowsing policy
You need to log in
before you can comment on or make changes to this bug.
Description
•