Captcha in reset password page

Hi all,
I need to insert a Captcha in page reset password and i wonder if kc offer a build-in option.
Thanks in advance

4 Likes

Halo, did you find the best practice?

Similar to reCaptcha in the Reset/Lost Password and Login forms - #3 by xgp you can implement this as a custom RequiredAction which triggers when the user has the UPDATE_PASSWORD required action already set. Take a look at the evaluateTriggers (RequiredActionProvider (Keycloak Docs Distribution 21.0.1 API)) method, which will get called every time the user authenticates.