Consent Status
Node Card
Category: Compliance Nodes
Type:
consent-statusTypical position: After authentication, before a Success Final node. The
false path connects to a Consent Prompt input node.Properties
Outputs & Errors
| Property | Type | Required | Description |
|---|---|---|---|
| Select Consent Policies | select | Yes | The consent policies to verify acceptance against. Populated from configured consent policies in the tenant. |
| Error Handling | custommultiselect | No | Override default messages for specific error codes. Each selected error code becomes a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | User has accepted all selected consent policies | Consent status updated successfully. |
false | User has not accepted one or more required consent policies | NA |
4103 | Failed to retrieve active un-accepted consent forms | Failed to get active not accepted forms |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. Unselected error codes fall through to the false output.
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.