VerifyEmailActionTokenHandler Customisation

Hi,

I would like to customize VerifyEmailActionTokenHandler so that when a user is enabled i can call some external service to push the new enabled user.
What are the different steps if I want to customize this class ? Do i have to create some jar ? …

Thanks,

Regards,

Dan

@daloulou have you find a way ?

Server developer docs for Action Token handlers is here: Server Developer Guide There also guides there for how to create, package and deploy custom Keycloak extensions.

Also, the GitHub - keycloak/keycloak-quickstarts repo is a good place to find examples of different extension types.