Trulioo
Node Card
Category: Identity Verification Nodes
Type:
truliooTypical position: After registration or profile completion, before granting full account access. The Accepted path proceeds to a Success Final node; the Rejected path may block access or trigger a manual review flow.
Properties
Outputs & Errors
| Property | Type | Required | Description |
|---|---|---|---|
| Enter Trulioo workflow ID | text | Yes | The Trulioo workflow ID from your Trulioo dashboard that defines the verification steps and data collection requirements. |
| Trulioo Client ID | text | Yes | Your Trulioo API client ID, obtained from the Trulioo portal. |
| Trulioo Client Secret | text | Yes | Your Trulioo API client secret. Store securely: do not hardcode in scripts. |
| ID Verification redirect URL | preview (read-only) | NA | The callback URL generated by LoginRadius. Copy this value and paste it as the return URL in your Trulioo workflow configuration. |
| Output | Condition |
|---|---|
Accepted | Trulioo returned a passing verification result for the user |
Rejected | Trulioo returned a failing verification result for the user |
Common Next Nodes
Trulioo (Accepted)→Success Finalidentity verified: grant full access
Trulioo (Rejected)→Failure Finalverification failed: block access
Usage Notes
Configure the Trulioo workflow in your Trulioo dashboard first, then copy the ID Verification redirect URL shown in this node's properties into the return URL field of that Trulioo workflow. This ensures Trulioo redirects back to the correct LoginRadius endpoint after the user completes verification. Route the Rejected output to a Failure Final node or a remediation path as appropriate for your compliance requirements.