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?
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?