I need to update from the Keycloak to another proprietary data store information about created users (no matter if created directly in Keycloak or in a connected LDAP/Active directory). I tried to enhance the logging but it seems that this is not logging everything.
Is there a way in Keycloak to subscribe to some events (like create user) and trigger some logging / web Service call from that event – so that all information are transmitted? What would be the right point to do this?