Created attachment 1641734 [details] Login Page Pop Up Description of problem: The login page is creating a pop-up. From the browser error it seems that this is caused by the web page attempting to contact the api. We do not want this popup to be shown Version-Release number of selected component (if applicable): Red Hat CloudForms 4.6 [ CFME 5.10.6 ] How reproducible: Always on Google Chrome Browser Steps to Reproduce: 1. Login CloudForms UI on Google Chrome 2. Enter wrong creds and an api pop up will appear Following warning is catched in audit.log `[----] W, [2019-12-03T11:10:54.464108 #25918:5988dc0] WARN -- Failure: MIQ(Base.audit_failure) userid: [ds] - Authentication failed for userid **` 3. Enter the correct creds in the API pop up, still it shows up again and catches the same warn in the logs. Refer the attached image for reference Actual results: The sign up pop up should not appear. Expected results: Login fail message should appear on the login page without the sign up pop up. Additional info: Firefox displays the `Login failed: Unauthorized` error while not the case with Google Chrome
This was fixed in 5.10.13.0 (and in 5.11) I believe this BZ is a duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=1767018 https://bugzilla.redhat.com/show_bug.cgi?id=1632718
*** This bug has been marked as a duplicate of bug 1632718 ***
(In reply to Khushbu Borole from comment #9) > Hey Milan, > > Do you have any update on this ? > > Milan, were you able to access and view the logs ? No.
> Also, The CU CFME self service login page is externally accessible on ... > I can see that the api pop up occurs as soon as I land up on the page Why are you mentioning service ui? Is this a service ui issue? Initial comment does not mention service ui at all.
https://github.com/ManageIQ/manageiq-api/pull/721
New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/401aff80203703a9cac15ae61b0e779609e13a7b commit 401aff80203703a9cac15ae61b0e779609e13a7b Author: Dávid Halász <dhalasz> AuthorDate: Thu Dec 19 07:11:10 2019 -0500 Commit: Dávid Halász <dhalasz> CommitDate: Thu Dec 19 07:11:10 2019 -0500 Distinguish between SUI AJAX basic auth and regular basic auth Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1779290 app/controllers/api/base_controller/authentication.rb | 7 +- 1 file changed, 4 insertions(+), 3 deletions(-)