Supported OAuth 2.0 flows
We support the following OAuth 2.0 flows:- Client Credential
Note Support for the other OAuth 2.0 flows will be available soon.
Authorization using Client Credential Grant
This flow lets you securely perform the OAuth exchange of client credentials for access tokens on confidential clients. The following steps and parameters describe our implementation of this flow.Steps included
- The client authenticates with the authorization server and requests an access token from the token endpoint.
- The authorization server authenticates the client, and if valid,issues an access token.