Bug 1161734
Summary: | Double backend login during frontend login | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Alon Bar-Lev <alonbl> |
Component: | ovirt-engine-webadmin | Assignee: | Vojtech Szocs <vszocs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondra Machacek <omachace> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.3 | CC: | alonbl, bugs, ecohen, gklein, iheim, lsurette, mgoldboi, rbalakri, s.kieske, yeylon |
Target Milestone: | --- | ||
Target Release: | 3.5.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | ux | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-21 16:06:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1113937 |
Description
Alon Bar-Lev
2014-11-07 18:04:10 UTC
actually since 3.2.2 BTW: this also solved SSO into the application, as the unexpected assumption of reusing password would have caused application not to work within SSO environment in which password is not available to application. ... Accept-Language en-US,en;q=0.5 Authorization Basic XXXXXXXXXXXXXXXXXXXXXXXXXX Connection keep-alive Cookie JSESSIONID=P6sJvYVOoQk95pn0l84OwVBI; locale=en_US DNT 1 Host 10.34.63.31 JSESSIONID P6sJvYVOoQk95pn0l84OwVBI Prefer persistent-auth, csrf-protection ... is there a reason to still send "Authorization" header? (In reply to Ondra Machacek from comment #3) > is there a reason to still send "Authorization" header? no. are you sure you invalidated all credentials from your browser instance? aha, after I invalidated it. no "Authorization" header appears. (In reply to Ondra Machacek from comment #3) > ... > Accept-Language en-US,en;q=0.5 > Authorization Basic XXXXXXXXXXXXXXXXXXXXXXXXXX > Connection keep-alive > Cookie JSESSIONID=P6sJvYVOoQk95pn0l84OwVBI; locale=en_US > DNT 1 > Host 10.34.63.31 > JSESSIONID P6sJvYVOoQk95pn0l84OwVBI > Prefer persistent-auth, csrf-protection > ... > > is there a reason to still send "Authorization" header? Sorry for late reply. The reason why "Authorization" header is still sent is probably due to default web browser behavior - once this header is set, it will aways be sent by the browser alongside request to given target origin. This is also why "Authorization" header is not really appropriate for doing auth stuff in modern web applications. oVirt 3.5.1 has been released. If problems still persist, please make note of it in this bug report. |