Hi. Is there some configuration that allows keycloak to delete users, if they do not verify their email after a certain amount of time?
Thanks for your time.
Best regards
J
Hi. Is there some configuration that allows keycloak to delete users, if they do not verify their email after a certain amount of time?
Thanks for your time.
Best regards
J
There is not an automatic function that does it, but you could use the Admin API periodically to find users with emailVerified
false Keycloak Admin API | Get Users and then delete them by ID Keycloak Admin API | Delete User.
Thank you, i will look into this.