96 chars · 1 line
122 chars · 10 lines
96 chars · 1 line
122 chars · 10 lines
JWT issuer troubleshooting
The absence of iss does not make the payload invalid JSON, so local decoding still succeeds. Systems that rely on issuer identity must require and compare iss as part of trusted verification. This tool is free to use. No account or payment is required.
Last updated
Reading an iss string would still not prove who issued the token. Verification must combine signature validation with an expected issuer value.
The audience is visible while issuer metadata is absent.
{"sub":"123","aud":"api://orders"}Require a trusted iss value when your token profile depends on issuer identity.Common questions
No. iss is a claim-level policy concern, not a requirement for JSON decoding.
No. The token still needs signature and issuer verification.
No. All decoding is local.
Debugging a specific JWT issue? Browse JWT troubleshooting.