In Keycloak Event Listener SPI can data be saved to the application db?

Viewed 10

I want to save Keycloak user id to my application database on Registration event in Event Listener SPI. Is it possible or do I need to create a User Storage SPI and trigger saving to the application db on some conditions there?

0 Answers
Related