Verify JWT Node
| Description | The Verify JWT node validates a JSON Web Token (JWT), checking its signature, expiry, and claims. |
| Available in | Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined |
| Node Name | Verify JWT |
Node Configurations
Token
The JWT string to be verified.Issuer
The expected issuer (`iss` claim) of the JWT.Audience
The expected audience (`aud` claim) of the JWT.Public Key / Secret
The key used to verify the JWT signature (public key for RS/ES algorithms, shared secret for HS algorithms).Default Output Node
- Success
- Failure