Chrome does not seem to take GssapiNegotiateOnce into account #258
Replies: 3 comments 1 reply
-
GssapiNegotiateOnce changes mod_auth_gssapi beahvior to not send the WWW-Authenticate header on 401 response after a negotate attempt fails. If the browser still tries to do a negotiate anyway there isn't really much mod_auth_gssapi can do. Can you check via developer tools that this behavior is happening, or do you see a WWW-Authenticate header being sent back even after a negotiate auth failed? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick response. When I access the
And then when I click cancel on the popup, another request containing the same response headers as the previous one, and then the 401 page appears. Whereas, on firefox, only one request is made to
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately this is browser behavior, we can only do so much from mod_auth_gssapi to influence how the browser behaves. |
Beta Was this translation helpful? Give feedback.
-
I have an issue with Google Chrome 86 (it happened on all the previous versions as well). When negotiate fails, it prompts the popup for credentials to the user, despite having the GssapiNegotiateOnce enabled. It works fine on Firefox.
The configuration for the problematic setup:
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions