Generating an Access Token - Identity and Access Management Services - 4.4 - 4.4 - Ready - Other - external - Other/Identity-and-Access-Management-Services/4.4/Identity-and-Access-Management-Services/Configuring-Providers-and-Clients-Using-the-Hyland-IdP-Service-Account/Generating-an-Access-Token - 2024-11-20 - This section contains information on generating an access token to authorize API calls for configuring providers and clients.

Identity and Access Management Services

Platform
Other
Product
Identity and Access Management Services
Release
4.4
License

This section contains information on generating an access token to authorize API calls for configuring providers and clients.

Note: It is recommended that only developers with good API concept use the token generation feature.

Before initiating API requests for token generation, you must dowload the Hyland Identity Service Postman Collection and Environment for IdP.

Note: You must have Postman installed in your system to download and import the API collection and environment files.

The \connect\token endpoint requires the following parameters:

Parameters Value
Grant Type Client Credentials
Client ID <Service Account Client Id>
Client Secret <Generated Secret>
Scope idpadmin
Note: Only idpadmin is allowed for the Scope attribute.
Note: A generated token is valid for 15 minutes only and cannot be overridden.

See the following topics for further instructions: