Skip to content
Discussion options

You must be logged in to vote

I think I can answer the last question - at least in the legacy (WildFly) configuration, user sessions are not kept in the database at all; if the Infinispan cluster fails you will get inconsistent service configurations and dropped user sessions (e,g., if the Infinispan servers do not have any cache persistence configured, all users will have to re-authenticate if all Infinispan servers are restarted at the same time). Because of this, you cannot create a Keycloak cluster that does not rely on Infinispan to store data.

The database mostly keeps information about more permanent service configurations (e.g., user 2FA tokens, client configurations), but not all information is placed in the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@darius-m
Comment options

Answer selected by WonJuneLee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants