How to use it
Step 1
Extract the bearer token cleanly
Remove the header prefix and keep only the token string.
Step 2
Inspect header and payload
Review alg, aud, iss, scopes, and time claims side by side.
Step 3
Compare with the API contract
Check whether the request used the right issuer, audience, or role claims.