JWT Auth
Node Card
Category: Authentication Nodes
Type:
jwt-authTypical position: After an inbound JWT token is received, before issuing a LoginRadius access token or proceeding to profile mapping.
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 | JWT authentication succeeded | NA |
false | Authentication failed (catch-all for unhandled errors) | NA |
4114 | JWT app configuration not found | JWT configuration not found |
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
JWT Auth (true)→Success FinalJWT federated login complete
JWT Auth (false)→Failure FinalJWT verification failed
Usage Notes
The JWT Auth node validates an inbound JWT against the app configuration defined in the Admin Console. Use the 4114 error edge to handle misconfigured JWT apps explicitly. Connect true to downstream profile or token-issuance nodes.