Prevent BOT / SPAM
OpenSSO could prevent bot / spam, you have to activate this feature.
config.js
const config = {
// ---
recaptchaSiteKey: 'xxxxxxxxxxx',
recaptchaSecretKey: 'xxxxxxxxxxx',
hideRecaptchaBadge: true,
// ---
}
Description:
- recaptchaSiteKey is the Site Key generated from reCaptcha.
- recaptchaSecretKey is the Secret Key generated from reCaptcha.
- hideRecaptchaBadge if set to true, then will display the icon reCaptcha on the UI.
note
- OpenSSO using reCaptcha v3.
- You have to get the reCaptcha SiteKey and SecretKey at here.
- This reCaptcha will work only at sending email on contact page.