To enable Google reCaptcha for the project a Site and a Secret key must be generated from: Google reCaptcha.
After that add the generated keys to the desired appsettings.json file as a new object as follows:
"GoogleReCaptcha": {
"SiteKey": "",
"SecretKey": ""
}