Grant type - Client credentials - Resource access using self contained tokens (JWT)

Client credentials - Resource access using JWT token (Self contained token)

Demo

Sequence Diagram

Client credentials - Opaque token

Here’s how the diagram works:

Note that the token introspection step is optional and may not be required in all implementations of the OAuth2 client credentials flow. Additionally, the specific format and implementation details of the opaque token and token introspection call may vary depending on the OAuth server and client used.