Identity Lookup
Node Card
Category: Authentication Nodes
Type:
identity-lookupTypical position: After the Identity input node, before branching into login or registration paths.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Error handling for each selected error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | User found in the LoginRadius directory | NA |
false | Lookup failed (catch-all for unhandled errors) | NA |
4007 | No account found matching the provided identity attribute | User does not exist |
4076 | Identity attribute found but credentials are invalid | Invalid user ID and/or password |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Common Next Nodes
Identity Lookup (true)→MFA Configured Statealways required before MFA state check
Identity Lookup (true)→Authconfirm user exists before credential check
Identity Lookup (false / 4007)→Create Useruser not found: route to registration