Bug #25656
Foreman redirects to logout page
Pull request:
Fixed in Releases:
Found in Releases:
Description
Hi there!
I just upgraded Foreman to 1.20.0 and Katello to 3.9.
When I want to logout, I get redirected, if I'm sure to logout.
Related issues
Associated revisions
History
#1
Updated by Patrick Thyen 12 months ago
- Found in Releases 1.20.0 added
#2
Updated by Tomer Brisker 12 months ago
- Assignee set to Gilad Lekner
- Category set to Web Interface
Looks like the layout refactoring caused the link, which used to send a "post" action, to now use a "get" action that leads to the confirmation page (which it shouldn't).
#3
Updated by Tomer Brisker 12 months ago
- Related to Task #23448: react implementation for navigation bar added
#4
Updated by Marek Hulán 10 months ago
Before we decide how to fix it, IIRC that flow was required for some SSO flow. So it would be good to restore the logout link behavior.
#5
Updated by The Foreman Bot 8 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6650 added
#7
Updated by Anonymous 7 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset ef73d68cbdf4d230a0dee96ffeeddffd63d9f5da.
#8
Updated by Tomer Brisker 7 months ago
- Target version deleted (
1.23.0) - Fixed in Releases 1.22.0 added
- Fixed in Releases deleted (
1.23.0)
Fixes #25656 - Foreman redirects to logout page