Suppose we have an angular-js client which is controlled by keycloak server.
Is there any way to kick the first user off if the second user logins in with the same
account ?
or if the first has login-ed then the second can not be allowed in again?
In short, is it possible to only allow one session per account ?
Thanks