Skip to main content
New Participant
June 14, 2023
Question

Need help for the implementation of Google recaptcha in appian portal

  • June 14, 2023
  • 8 replies
  • 45 views

We have tried implementing google reCaptcha in our portal,The google recaptcha connection is successful,We have used verifyRecaptcha and tested , it doesn't tally with the scores which we provide in the conditions on success or error,

 

We tried to find the score value by creating a table and writing the fv!score to the db through start process on success of verifyRecaptcha.

 

Is there any way to find the score values, Could anyone help to get the recaptcha working in appian portal

8 replies

Inspiring
June 14, 2023

This is explained in the documentation in detail https://docs.appian.com/suite/help/23.2/recaptcha.html

New Participant
June 19, 2023

Hi, yes, followed the documentation and the mentioned steps 

harshitb6843
Brainy
June 14, 2023

Try printing the score on the interface itself?

New Participant
June 19, 2023

yes, tried to print as local variable, also created field to print score in the interface, but it is not printing any value,
getting msg as - reCAPTCHA is only available in Portals. Please ensure reCAPTCHA credentials have been configured correctly and test reCAPTCHA on your Portals page.

Validated, configuration as well, it is working fine getting connection successful.

kimp0001
Participating Frequently
August 13, 2026

Hi ​@anushas4542,

I am currently experiencing the exact same problem.

Were you able to address this issue?

Thanks.

Kim.

New Participant
May 2, 2024

Hey Guys,

Im really new at google recaptcha stuff. How you guys get the API Key required for the connected system on the google console?

kimp0001
Participating Frequently
August 18, 2026

@eduardoa0005 , here are step by step instructions on how i configured Google Console to get reCAPTCHA working with Appian Portals.

Log into Google Cloud Console
https://console.cloud.google.com/

The default Project will appear on the welcome screen, click on the project picker and select New project to create a new project. You can use an existing project or create one specifically for Appian.
Once a project is created and selected on the Welcome screen, you will be able to access the Project ID.
You can also access Projects from the dashboard
https://console.cloud.google.com/home/dashboard

Next will need to enable reCAPTCHA Enterprise API for your project
click on the application navigator (top left hamburger) → Security → Fraud Defense
Click on Enable button

To create a site key, click on the Keys tab
Click on Create key
Enter a display name
select ‘web’ type
enter in the portal domains for each environment
Click on Create Key button
Your Site Key will displayed at the top

We will now need to create an API Key and link it to the reCAPTCHA API that we just enabled
Click on the hamburger (top left) → API Services → Credentials
Click on Create Credentials → API Key
Select a name for the API Key
Select the reCAPTCHA Enterprise API that was enabled in a previous step
Click on Create
take note of your API Key 

You now have the following details that can be used for the Appian Google reCAPTCHA connected system
 - reCAPTCHA Project ID
 - reCAPTCHA Site Key
 - reCAPTCHA API Key