Bug #29744
Consistent session expiry for oidc external users
Pull request:
Fixed in Releases:
Found in Releases:
Description
Currently the session expiration time is taken from the access token. Since we use
the idle session time out setting for all auth sources, I think it would be nice to have
this consistent.
Related issues
Associated revisions
Refs #29744 - refactor the set_current_user method
History
#1
Updated by Rahul Bajaj 10 months ago
- Category set to Authentication
- Project changed from Hammer CLI to Foreman
#2
Updated by The Foreman Bot 10 months ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7653 added
#3
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 2.2.0 added
#4
Updated by Rahul Bajaj 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset ab6b1b4ff3f5a3241d763dcf4f041c0bb5ee1955.
#5
Updated by Tomer Brisker 10 months ago
- Has duplicate Bug #29270: Implement refresh token mechanism for SSO added
#6
Updated by Tomer Brisker 10 months ago
- Bugzilla link set to 1798489
#7
Updated by The Foreman Bot 10 months ago
- Pull request https://github.com/theforeman/foreman/pull/7697 added
#8
Updated by Tomer Brisker 10 months ago
- Fixed in Releases 2.1.0 added
- Fixed in Releases deleted (
2.2.0)
#9
Updated by The Foreman Bot 6 months ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Fixes #29744 - Consistent session expiration for oidc ext. users
Currently the session expiration time is taken from the access token.
Since we use the idle session time out setting for all auth sources,
it would be nice to have this consistent.