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

Consent Status

Verifies whether the user has accepted the active consent forms. Returns true if all required consents are given. Use before showing consent-gated features.
Compliance Node

Node Card

Consent Status
true
false
Error edges
4103
Category: Compliance Nodes
Type: consent-status
Typical position: After authentication, before a Success Final node. The false path connects to a Consent Prompt input node.

PropertyTypeRequiredDescription
Select Consent PoliciesselectYesThe consent policies to verify acceptance against. Populated from configured consent policies in the tenant.
Error HandlingcustommultiselectNoOverride default messages for specific error codes. Each selected error code becomes a named output edge on the canvas.

Common Next Nodes

Consent Status (true)Success Finalall consents accepted: grant access
Consent Status (false)Consent Promptcollect consent inline

Usage Notes

Use Consent Status to enforce data processing consent requirements (e.g. GDPR, CCPA) before granting access. Connect the false path to a Consent Prompt input node to collect consent inline during the login or registration flow. Only proceed to the Success Final node once all required consents are confirmed.