Bug #29416
Trigger a full page reload on session expiration
Pull request:
Fixed in Releases:
Found in Releases:
Description
Right now we have hard coded the redirect of a user on session expiration to the Foreman login page from React.
When user session is expired, the login page in the case of external users is/might be different, therefore we must leave it to the server to decide where it needs to redirect.
In case of an internal user it will still redirect to the foreman login page.
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7545 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.1.0 added
#3
Updated by Rahul Bajaj over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 40fab71c99f8bf3195e59af08524233c6e2cf7af.
#4
Updated by Amit Upadhye over 2 years ago
- Category set to JavaScript stack
Fixes #29416 - Trigger a full page reload on session expiration