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/siteverify cas.google-recaptcha.siteKey: ... cas.google-recaptcha.secret: ... Also I try the verifyUrl: https://hcaptcha.com/siteverify with same effect. The integration with reCaptcha works properly with this conf: cas.google-recaptcha.enabled: true cas.google-recaptcha.version: GOOGLE_RECAPTCHA_V2 cas.google-recaptcha.verifyUrl: https://www.google.com/recaptcha/api/siteverify cas.google-recaptcha.siteKey: ... cas.google-recaptcha.secret: ... -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ef32b82b-90ea-4e8f-a422-5d5a8a138a13n%40apereo.org.
