Hi,
Is there a complete overview of event types?
I found the event listener example here:
https://github.com/keycloak/keycloak/tree/master/examples/providers/event...
And a few possible events here:
https://keycloak.gitbooks.io/documentation/server_admin/topics/events/log...
But is there another overview of all events? In particular, I need to intercept events
when a user is enabled/disabled and deleted. And session events when e.g. a token has
timed out.
Regards
Ben