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

Privacy Status

Checks whether the user has accepted the currently active privacy policies. Returns true if accepted, false if not: enabling you to route unaccepted users to the Privacy Prompt node.
Compliance Node

Node Card

Privacy Status
true
false
Category: Compliance Nodes
Type: privacy-policy-status
Typical position: After authentication, before a Success Final node. The false path connects to a Privacy Prompt input node.

PropertyTypeRequiredDescription
Select Privacy PoliciesselectYesThe privacy policies to check acceptance against. Populated from configured privacy policies in the tenant.

Common Next Nodes

Privacy Status (true)Success Finalpolicy accepted: grant access
Privacy Status (false)Privacy Policy Promptcollect policy acceptance inline

Usage Notes

Place Privacy Status after any authentication step to gate access on policy acceptance. Connect the false output to a Privacy Prompt input node so users can review and accept the policies inline. Once accepted, the Privacy Prompt routes back and the flow proceeds to the true path.