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

JWT Auth

Validates an inbound JWT against the configured JWT app and routes to true on success.
Authentication Node

Node Card

JWT Auth
true
false
Error edges
4114
Category: Authentication Nodes
Type: jwt-auth
Typical position: After an inbound JWT token is received, before issuing a LoginRadius access token or proceeding to profile mapping.

PropertyTypeDefaultDescription
Error HandlingcustommultiselectAll errors set to automaticError handling for each selected error code. Setting a custom message activates that error code as a named output edge on the canvas.

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.