Questions tagged [recaptcha-enterprise]

Questions related to problems explicit to the latest reCAPTCHA version: "reCAPTCHA Enterprise", which is a GCP product. If you use a different version of reCAPTCHA, use a different tag.

There are multiple reCAPTCHA versions, as seen in this official documentation.

This tag is used exclusively for the latest version: "reCAPTCHA Enterprise"

ReCAPTCHA Enterprise is a Google Cloud Platform product, while the previous versions are not.

For non-GCP reCAPTCHA questions, use the generic tag.

If the question is explicit for the previous version, you can use the specific tag: . Docs here.

83 questions
0
votes
0 answers

token returned null when using grecaptcha entreprise

I'm trying to integrate google recaptcha entreprise in a next.js app, when I use a non test key, the returned token is always null, however it's returned fine when I use a test key. What is the problem please. Here is the github link for the…
0
votes
0 answers

Cannot return privatePasswordLeakVerification property from Google reCaptcha Enterprise Assessment

I am trying to get the privatePasswordLeakVerification property back from a reCaptcha Enterprise assessment using the RecaptchaEnterpriseServiceClient. I have billing enabled. I am using the Node.js example found at link below although I am not…
Mr. J
  • 307
  • 2
  • 9
0
votes
0 answers

Cannot annotate assessment using JavaScript and Google reCaptcha Enterprise API

I am attempting to post an annotation request to the Google Recaptchaenterprise API as follows: async function() { const body = { annotation: "FRAUDULENT", reasons:["REASON_UNSPECIFIED"] }; try { const response = await…
Mr. J
  • 307
  • 2
  • 9
0
votes
0 answers

How do you enter reasons when annotating an assessment using RecaptchaEnterpriseServiceClient?

Using the @google-cloud/recaptcha-enterprise library I try to include reasons in a request to annotate an assessment as follows: const {RecaptchaEnterpriseServiceClient} = require("@google-cloud/recaptcha-enterprise"); const client = new…
Mr. J
  • 307
  • 2
  • 9
0
votes
1 answer

Could Recaptcha Enteprise be replaced by Play Integrity API?

I was reading about two technologies - Recaptcha Enteprise and Play Integrity API. As far as I read correctly they are both based on machine learning and are preventing from bot accounts and other fake movements. Is that correct? Are they working…
0
votes
2 answers

Cloud Armor + Recaptcha with domain validation

Am trying to configure Recaptcha enterprise with WAF using cloud armor (with action tokens), but I have a problem, the cloud armor rule that validates the token/score never gets triggered if the domain validation is enabled on the recaptcha key. I…
0
votes
0 answers

Explicitly render google recaptcha enterprise widget in next js

I'm trying to protect a form on my next-js web page with google recaptcha enterprise. I want to render the logo manually, as the automatic badge on the side interferes with my layout/design. I added the following to my form page: const…
0
votes
0 answers

Error: UNEXPECTED_ENVIRONMENT with google recaptcha-enterprise for a group of end users from a specific org/network

We have implemented recaptcha-enterprise recently. https://recaptchaenterprise.googleapis.com/v1/projects It works fine everywhere except for a specific customer with 20 users where it works intermittently but ends up with consistent error most of…
ram
  • 1
  • 1
0
votes
0 answers

reCAPTCHA Error Invalid domain for site key on localhosted website

I am trying to render Recaptcha V2 Enterprise with site-key from other website on my local host. Normally, you will get error “invalid domain” if you are using external site-key I needed it for manual solving and getting “solve-token”, and then…
0
votes
0 answers

How to use reCAPTCHA in a web service?

Our Android app interacts with our back-end service via REST APIs. Both, the front-end as well as the back-end, are Java based. We need to add reCAPTCHA during login. The idea is to prevent fraud if the back-end API is called directly from some…
Peter
  • 11,260
  • 14
  • 78
  • 155
0
votes
0 answers

We can't migrate reCaptcha enterprise v1beta1 to v1 smooth

Now my website is running with reCaptcha enterprise v1beta1 for assessments.create. These days,I worked with this feature for migrating reCaptcha enterprise v1beta1 to v1. This is guide.…
0
votes
0 answers

No reasons returned for low scores in reCaptcha Enterprise Assessment

I have implemented score based reCaptcha enterprise on my site. Documentation specifies that when a low score is returned in an assessment, typically there will be a reason to explain the reasoning behind the low score. Specifically there must be a…
0
votes
1 answer

ReCaptcha implementation in IOS Native app

I am trying to implement google recaptcha in my app using the instructions given in the google cloud: https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps. I am able to successfully get the recaptchaToken but not able to verify…
0
votes
0 answers

Google reCAPTCHA endpoint is returning a JSON success: true, but file_get_contents() is not returning anything

We are using reCAPTCHA v2 on a php site. Form is getting submitted and verified, but nothing is being returned. Upon visiting the recaptcha endpoint at…
demiglace
  • 405
  • 1
  • 5
  • 12
0
votes
0 answers

Recaptcha block internal access to an owned web app... Need Firewall rules for recapcha enterprise free, and exception for internal network

we had an outsourced web app that runs on our internal network, and on internet too. Such we had more than a thousand clients PCs and only 1 public IP , I think recaptcha consider our internal PCs as malicious and the client get a bad recaptcha3…