Settings

The token

The keys

Result

Signature and claims are two different checks

A token can have a perfect signature and still be rejected because it has expired, is not yet valid, or is for another audience. JWKS shows the signature verdict and the claim checks separately, so you know which one to fix. It never fetches the token's jku and nothing is uploaded — safe for a live credential. To decode a token without keys, JOT.