Hi,
I'm just wondering about one scenario where I'm running:
- Keycloak server (using it as a user base, and for
authentication/authorization)
- 3 resource servers connected to the Keycloak as bearer-only clients
These resource servers store separate information about users.
One use case I need to investigate:
- Keycloak admin logs in, deletes one user that has data in all 3 resource
servers
Questions:
1) Do the 3 resource servers get notified at the moment in order to purge
the user data from their DBs?
2) What if 1 resource server is offline, does it get notified as soon as it
goes back online?
Thanks