Hi,I am using Pega custom captcha code for generating Captcha in other section that is also in unauthenticated ruleset. Captcha I am able to get it. But for validation i am facing issues .Is there any way to achieve this.
To achieve CAPTCHA validation in an unauthenticated ruleset, ensure you follow these steps:
- Save the following rules into your unauthenticated ruleset without changing their names:
- pyCustomCaptchaHead
- pyCustomCaptchaBody
- pyValidateCustomCaptcha
- pyCustomCaptchaConnector
- Customize these rules to serve your custom CAPTCHA solution.
- In the Security Policies gadget, set the CAPTCHA implementation policy to Custom and ensure CAPTCHA is enabled.
- Ensure that the access group for unauthenticated users is correctly configured in the browser requestor type.
By following these steps, you should be able to validate the custom CAPTCHA in your unauthenticated section. If you still face issues, double-check the configurations and customizations for any discrepancies.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
CAPTCHA PRESENTATION
Customizing CAPTCHA presentation and function