Authentication & OAuth

OAuth Client Credentials Flow

An OAuth 2.0 grant type for machine-to-machine authentication where the client authenticates directly with the authorization server using its own client ID and secret, without user involvement. The server issues an access token scoped to the client's permissions. This flow is used for background jobs, microservice communication, and any scenario where no human user is present to delegate authorization.

相关协议

另请参阅