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