action #67714
closedopenQA login provider redirects to "page not found"
0%
Description
Timestamp: 10:20:30
so when I hit login it forwards me to https://id.opensuse.org/login/ldap?ipsilon_transaction_id=3c33c810-ad3e-4f88-a347-b82f65460789
providing correct data here (crosschecked with false data gave me "autehntication failed),
redirects to url: https://openqa.nue.suse.com/response?oic.time=1591258483-2d5b5c1c318946043c9d
Updated by okurz over 4 years ago
- Category changed from Regressions/Crashes to Support
- Status changed from New to Feedback
- Assignee set to okurz
I could not reproduce the issue trying both firefox and chromium in private mode. mkittler could reproduce the problem some hours ago but not anymore. Please try again if this is still an issue for you.
Updated by okurz over 4 years ago
- Status changed from Feedback to Resolved
Haven't heard about further related problems. I assume it was a temporary one-time issue.
Updated by okurz over 4 years ago
- Status changed from Resolved to Workable
Happened again to some users, e.g. reported by sebchlad in https://chat.suse.de/channel/testing?msg=Rk9viCHw3pKskQM4r
Will get in contact with bmwiedemann about this.
Updated by okurz over 4 years ago
- Status changed from Workable to Blocked
- Priority changed from Normal to Urgent
reported upstream admin ticket #67876 about this
Updated by okurz over 4 years ago
- Blocked by tickets #67876: openID provider available on id.opensuse.org redirects to "page not found" for some times but works ok for some other times added
Updated by okurz over 4 years ago
Updated by okurz over 4 years ago
- Status changed from Blocked to Feedback
hotpatched osd with
curl -s https://patch-diff.githubusercontent.com/raw/os-autoinst/openQA/pull/3167.patch | sudo patch -p 1 -d /usr/share/openqa/
sudo systemctl restart openqa-webui
checking with SUSE QA SLE engineers. Success reported so far by @asmorodskyi . Applied the same patch on o3 after reproducing the problem again even after restart of the webui daemon and verifying the fix together with bmwiedemann.
Updated by okurz over 4 years ago
- Status changed from Feedback to Resolved
https://github.com/os-autoinst/openQA/pull/3167 was merged and I made sure it was deployed to o3 and osd. No hotpatch needed.