Hi Marek,
it is not unusual for me to be the only one to think something is obvious. Unfortunately
not a very useful character trait.
You mentioned event listeners. Just so we are talking about the same thing, you mean the
events in the admin console?
So, I could write my own event listener for keycloak and it would show up here (currently
the two built in event listeners are jboss-logging and email). Then save events to
"on" and remove all events except for register? And that event listener would be
able to call my application "post-register" endpoint?
And my java code is a separate project and then the jar is registered as a module in
keycloak? (section 6.2.2 of the Server Developer docs)
Looking at the docs
https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.0/...,
that mentions keycloak-server.json. I have keycloak 6.0.1 and that does not have this
file. Has it been replaced with application.keystore? Which is a binary file and so
uneditable.
Could you point me in the direction of some documentation for producing a custom event
listener with lots of examples?
Regards,
John