Configuring reCAPTCHA
The
Adobe Commerce Cloud
SOAP Toolkit API provides an option to use
reCAPTCHA. This feature is essential in protecting the merchant's store from brute force
attacks. Most of the time, the reCAPTCHA is invisible to normal users, but it will
provide a visible challenge when necessary. The module providing reCAPTCHA is an
optional package.Installing reCAPTCHA
To install reCAPTCHA, run the
following command for composer installation:
composer require
Cybersource/module-recaptcha
Creating reCAPTCHA
Follow these steps to
generate Google reCAPTCHA Site Key and Secret Key:
Configuring reCAPTCHA in Adobe Commerce Cloud
Adobe Commerce Cloud
- Go theAdobe Commerce Cloudconsole.
- On the Payment Methods page, under the Cybersource settings, clickreCaptchato expand the section.
- From theEnableddrop-down list, chooseYesto activate, orNoto deactivate reCAPTCHA.
- In theWebsite API Keyfield, enter your site key obtained from reCAPTCHA Admin Console.
- In theSecret API Keyfield, enter your secret key obtained from reCAPTCHA Admin Console.
- From thereCAPTCHA typedrop-down list, choose the reCAPTCHA type that you choose for your API keys.
- In theBadge positionfield, choose the reCAPTCHA badge position.
- In thereCAPTCHA languagefield, choose a language code for reCAPTCHA or leave theAutooption selected.
- ClickSave Config.
- Clear theAdobe Commerce Cloudcache.