Install reCAPTCHA on your Environment
IMPORTANT!
Before proceeding with the configuration, you must set up a reCAPTCHA account. The site key and secret key are obtained from Google. Additional information can be discussed with your FintechOS sales representative.
Before proceeding with the configuration, you must set up a reCAPTCHA account. The site key and secret key are obtained from Google. Additional information can be discussed with your FintechOS sales representative.
1 Install the reCAPTCHA SysPack Files
Starting with release 24.4, the Ecosystem SysPack includes the reCAPTCHA automation processor by default.
For manual installation, see Install SysPacks.
2 Set Up the reCAPTCHA Site Key and Secret Key
On the environment where you want to use reCAPTCHA, set up the reCAPTCHA keys either in the Configuration Manager or web.config file:
| Key Path | Key Name | Value |
|---|---|---|
| kv/<environment>/<FintechOS Portal instance>/app-settings | FTOSServicesCaptchaSiteKey | reCAPTCHA 3 site key |
| kv/<environment>/<FintechOS Portal instance>/app-settings | FTOSServicesCaptchaSecretKey | reCAPTCHA 3 secret key |
| kv/<environment>/<FintechOS Portal instance>/app-settings | FTOSServicesCaptchaSiteKey2 | reCAPTCHA 2 site key |
| kv/<environment>/<FintechOS Portal instance>/app-settings | FTOSServicesCaptchaSecretKey2 | reCAPTCHA 2 secret key |
Copy
<add key="FTOSServicesCaptchaSiteKey" value=""/> // add your reCAPTCHA 3 site key value
<add key="FTOSServicesCaptchaSecretKey" value=""/> // add your reCAPTCHA 3 secret key value
<add key="FTOSServicesCaptchaSiteKey2" value=""/> // add your reCAPTCHA 2 site key value
<add key="FTOSServicesCaptchaSecretKey2" value=""/> // add your reCAPTCHA 2 secret key value