Actions
Bug #28087
closedToken does not expire on logout
Description
Since we use `reset_oidc_session` method now, there is no way that the session will be able to logout of the Foreman.
The session only logout now when the token expires. We need to handle the logout for SSO mechanisms.
Steps:
1) Login via SSO
2) Try to logout.
Updated by Marek Hulán over 5 years ago
- Related to Feature #25809: Keycloak integration with Foreman added
Updated by Rahul Bajaj about 5 years ago
- Related to Tracker #28345: SSO using OpenID Connect added
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7245 added
Updated by Tomer Brisker about 5 years ago
- Status changed from Ready For Testing to New
- Pull request deleted (
https://github.com/theforeman/foreman/pull/7245)
Updated by Rahul Bajaj about 5 years ago
- Status changed from New to Closed
Since we are looking at an SSO functionality, the token will only expire on session expiration. Again this will be considered as NOT A BUG. Closing this issue for now, feel free to open if you fell otherwise.
Actions