Hi there,
When I configure captcha integration with hCaptcha, the captcha works but not validate after clicking the login button.
This is my setup in application.yml file:
cas.google-recaptcha.enabled: true
cas.google-recaptcha.version: HCAPTCHA
cas.google-recaptcha.verifyUrl:
https://api.hcaptcha.com/siteverifycas.google-recaptcha.siteKey: ...
cas.google-recaptcha.secret: ...
The integration with reCaptcha works properly with this conf:
cas.google-recaptcha.enabled: true
cas.google-recaptcha.version: GOOGLE_RECAPTCHA_V2
cas.google-recaptcha.siteKey: ...
cas.google-recaptcha.secret: ...