Verify JWT node
The Verify JWT node validates a JSON Web Token (JWT), checking its signature, expiry, and claims.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
The JWT string to be verified.
The expected issuer (iss claim) of the JWT.
The expected audience (aud claim) of the JWT. As this claim can hold multiple values, additional audiences can be added using the field's repeatable/multi-value widget, or by referencing a {{variable}} that resolves to a list of values at runtime.
The key used to verify the JWT signature (public key for RS/ES algorithms, shared secret for HS algorithms).
Default output node
- Success
- Failure