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 Rahul Bajaj over 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