Download credentials
After you create a client, you can download credentials to use the client for accessing APIs.
-
Select the client record and click
Download Credentials.
This downloads a JSON file in the format client_secret_<Client Id>.json.
For example: client_secret_8be34030-6cbe-426a-ab27-3a4d0f12d0a9.json
-
The downloaded .json file contains the following fields
-
clientId: Client Identifier used for client authentication when requesting for an Access Token.
-
clientSecret: Client Secret (password) used for client authentication when requesting for an Access Token.
-
Roles: Roles (scopes) assigned to a client. Client is not required to pass roles when requesting for an Access Token because the system identifies and uses roles assigned to a client automatically during the token request.
-
tokenEndpoint: Endpoint used by client applications to request for an Access Token.
-