Allow more than one user to use the same browser / System with OIDC

We have a scenario where system is being shared by multiple users in shift .
Sometimes user forgot to logout their session . In that scenario , Keycloak simply successfully login with previous user .
How to configure keycloak so that Keycloak autologout the previous user and ask for the credentials of next user ?
Though it is counter intuitive in the environment of SSO but I think its valid usecase when application want allow another user to login in browser.

If the app wants to force the user to log in (meaning forcing user re-authentication), it can specify the standard OIDC parameter prompt=login [1]

[1] Final: OpenID Connect Core 1.0 incorporating errata set 2

2 Likes

Thanks for prompt reply , I will test and update