You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE : When doing a backchannel logout using an OIDC provider, a user may lose any non backed-up keys.
PROPOSED FEATURE : Allow to set the backchannel logout induced by an OIDC to be a soft-logout, thus allowing the user to reconnect to the same device and recover his session if necessary.
IMPLEMENTATION : Allow setting OIDC backchannel logout to be a soft-logout in OIDC provider configuration via backchannel_logout_is_soft which defaults to false.
This issue has been migrated from #15976.
Pull Request Checklist
ISSUE : When doing a backchannel logout using an OIDC provider, a user may lose any non backed-up keys.
PROPOSED FEATURE : Allow to set the backchannel logout induced by an OIDC to be a soft-logout, thus allowing the user to reconnect to the same device and recover his session if necessary.
IMPLEMENTATION : Allow setting OIDC backchannel logout to be a soft-logout in OIDC provider configuration via
backchannel_logout_is_soft
which defaults to false.Signed-off-by: OUERTANI Mohamed Hachem [email protected]
The text was updated successfully, but these errors were encountered: