Skip to main content
While the Core API issues and validates tokens as part of OAuth/OIDC protocol flows, the Management API lets you operate on issued tokens directly β€” outside the flows. Typical use cases include building an administration screen, revoking tokens when a user reports a stolen device, or migrating tokens from an existing authorization server.

Token Operation APIs

Revocation initiated by a client application (RFC 7009) is part of the protocol flows and is handled by the Core API /auth/revocation. The token operation APIs above are for administrative operations performed by your server or back-office tools.

Relation to Client and Service Lifecycle

Token lifecycle is tied to the entities that issued them:

Next Steps