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

Consent Prompt

Prompts the user to consent to share their profile data. Always used inside a Web Page node. Child node: must be placed inside a Web Page node.
Input Node

Node Card

Consent Prompt
true
false
Category: Input Nodes
Type: consent-prompt
Typical position: Inside a Web Page node during registration or at a consent-gate step in the flow.

PropertyTypeRequiredDescription
From Consent StatuscheckboxNoWhen enabled, the consent form is populated from the result of an upstream Consent Status node (e.g., showing only revoked or pending consents). Default: false.
Consent PoliciesselectYes (when From Consent Status is false)The consent policy or policies (configured in Admin Console) to present to the user.

Common Next Nodes

Web Page containing Consent Prompt (output)Success Finalconsent collected: grant access

Usage Notes

Consent Prompt captures explicit user consent for data processing or sharing. When From Consent Status is enabled, pair it with an upstream Consent Status node to show only the consents that are currently revoked or not yet accepted, avoiding re-prompting for already-granted consents. Consent records are stored on the user's profile and auditable via the LoginRadius API.