Forms Recaptcha
The Recaptcha configuration API provides support for a Recaptcha V2 field in a form definition. It includes operations to read, update, and delete the environment’s Recaptcha configuration.
|
Before you can define your environment’s Recaptcha configuration in PingOne, you must register your site domain with Google to create a Recaptcha configuration. For more information about how to create the Google configuration for your domain, refer to Google reCAPTCHA. After you complete the configuration, Google provides the secret key and site key that you need to set your environment’s PingOne Recaptcha configuration. |
Recaptcha V2 data model
| Property | Description |
|---|---|
|
The time the configuration was created. |
|
A string that specifies the environment’s unique identifier. |
|
The time the configuration was last updated. |
|
A string that specifies the public site key for the Recaptcha configuration provided by Google. This is a required property. |
|
A string that specifies the confidential secret key for the Recaptcha configuration provided by Google. This is a required property. |