Bug 1310834

Summary: mod_auth_gssapi additional NTLM auth request from Chrome
Product: Red Hat Enterprise Linux 7 Reporter: Petr Vobornik <pvoborni>
Component: mod_auth_gssapiAssignee: Simo Sorce <ssorce>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: jpazdziora, pvoborni, rcritten, vdanek
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-22 14:11:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Vobornik 2016-02-22 18:03:44 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/5614

Users are reporting a browser login popup in Windows Chrome (and IE?) browsers when attempting to log in to the IPA web UI.

According to Simo this is Chrome attempting to do NTLM auth by prompting the user for credentials.

An option is being worked on in upstream mod_auth_gssapi to not send additional WWW-Authenticate: negotiate requests: https://github.com/modauthgssapi/mod_auth_gssapi/pull/65

The pull request has more gory details on what is happening and why this wasn't seen in mod_auth_kerb.

Comment 1 Petr Vobornik 2016-02-22 18:05:38 UTC
Moving to mod_auth_gssapi given that the plugin first needs to gain support for it.

Comment 2 Simo Sorce 2016-02-22 18:39:15 UTC
Not that the upstream feature only prevents a second request if negotiate fails.
But it will not prevent sending the initial negotiate option.

So I am not sure that Chrome behavior will see any change in this case.
People should probably configure chrome to not do ntlm auth by default, it is a security issue anyway to allow default ntlm auth to random websites.

Comment 3 Simo Sorce 2016-03-22 14:11:19 UTC

*** This bug has been marked as a duplicate of bug 1309041 ***