sac_diagnose_token
Diagnose OAuth token issues by minting a fresh token and decoding its JWT payload to verify scope, authorities, audience, and expiry.
Instructions
Mint a fresh OAuth token (bypassing the cache) and report its decoded JWT payload — scopes, authorities, audience, expiry. Use this to verify that an OAuth client scope change has propagated to the issued bearer token. Never returns the raw token; only a 16-char prefix for traceability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||