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
When a user log in via an OAuth provider, e.g. Keycloak - you will need to save his ID in your DB so that you could link the user in your DB with the Keycloak user. And so later you will just search for any users in your DB that are using the Keycloak provider because they have an ID set on that field. But before they sign in to your app via the Keycloak Oauth - I'm not sure you can check if any users are using Keycloak.
How can I use this library to check if any user is logged into keycloak? By using check-sso ?
The text was updated successfully, but these errors were encountered: