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

Trulioo

Integrates with Trulioo's identity verification service. Routes to Accepted when the user passes verification, Rejected when they fail.
Identity Verification Node

Node Card

Trulioo
true
false
Category: Identity Verification Nodes
Type: trulioo
Typical 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.

PropertyTypeRequiredDescription
Enter Trulioo workflow IDtextYesThe Trulioo workflow ID from your Trulioo dashboard that defines the verification steps and data collection requirements.
Trulioo Client IDtextYesYour Trulioo API client ID, obtained from the Trulioo portal.
Trulioo Client SecrettextYesYour Trulioo API client secret. Store securely: do not hardcode in scripts.
ID Verification redirect URLpreview (read-only)NAThe callback URL generated by LoginRadius. Copy this value and paste it as the return URL in your Trulioo workflow configuration.

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.