When using the client credentials grant type, you must send the authorization details in the request header.
Parameter |
Type |
Description |
Source |
---|---|---|---|
Client ID |
Required |
The ID assigned to your client application by the identity provider. |
Provided by the identity provider after registering the client application. |
Client Secret |
Required |
The secret assigned to your client application by the identity provider. |
Provided by the identity provider after registering the client application. |
Access Token URL |
Required |
The endpoint used to get an access token, which must be included in a resource request. |
The token endpoint for your installation. |
If you're unfamiliar with getting an access token using the Client Credentials grant type, see an example using Postman.