loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Captcha

Adds CAPTCHA verification to the page. The CAPTCHA type and keys are pulled from the site's configured CAPTCHA settings (reCAPTCHA v2, reCAPTCHA v3, hCAPTCHA, or QQ Tencent CAPTCHA). Always used inside a Web Page node. Child node: must be placed inside a Web Page node.
Input Node

Node Card

Captcha
true
false
Category: Input Nodes
Type: captcha
Typical position: Inside a Web Page node on login or registration pages where bot protection is required.

PropertyTypeDefaultDescription
CAPTCHA Typeread-only displayNAThe CAPTCHA provider type as configured in Admin Console → Security settings (e.g., reCAPTCHA v2, reCAPTCHA v3, hCAPTCHA, QQ Tencent CAPTCHA).
Site Keyread-only displayNAThe public site key for the configured CAPTCHA provider, populated automatically from site settings.
Additional Settingsread-only displayNARelevant provider-specific settings (e.g., score threshold for reCAPTCHA v3), populated automatically.

note

CAPTCHA configuration (provider type, site key, secret key) is managed in Admin Console → Security settings, not in the flow canvas. The Captcha node reads those settings automatically.


Common Next Nodes

Web Page containing Captcha (output)AuthCAPTCHA passed: verify credentials
Web Page containing Captcha (output)Create UserCAPTCHA passed: register the user

Usage Notes

Drop the Captcha node inside any Web Page node where you want to challenge the user with CAPTCHA. The node automatically uses the CAPTCHA provider and keys configured in your site's Admin Console security settings: no manual key entry is required in the flow. CAPTCHA validation happens before the Web Page output fires.