Prepare Adobe Creative Cloud connectors
The Adobe Creative Cloud connector retrieves information about subscriptions and users.
In Adobe Developer Console, you are required to set up an Adobe Creative Cloud project and add an API. You are also required to generate a certificate and a private key. Retrieve Technical account ID, Client ID, client secret, and Organization ID and enter these values, together with the content of the private key file, in Settings when adding the connector.
Prerequisites
An Adobe ID account with System Administrator permissions is required for the API authentication. The Adobe ID consists of a username and a password.
Procedure
Sign in to the Adobe Developer Console projects page with a System Administrator account: https://console.adobe.io/projects
Create a project and add an API.
Select the organization for which you want to create a project.
On the Projects tab, select Create new project.
A project is created, and a project page is opened.
Select Add API.
Select User Management API and then select Next.
On the Create a new service account (JWT) credential page, select Option 1 – Generate a key pair, and then select Generate keypair.
Certificate and private key are generated by Adobe, and an archive containing them is downloaded to your device.
Select Save configured API.
Retrieve the credentials for the project.
Go to the Adobe Creative Cloud project that you created.
Go to Credentials, and select Service Account (JWT).
Copy and save Technical account ID, Client ID, Client secret, and Organization ID. They are used when adding the connector.
To display the Client secret value, select Retrieve client secret.
Open the archive that was downloaded in Step 2.e. The content of the private key file is used when adding the connector.
When adding the connector, in Settings, enter the saved values according to the table.
Setting
Value from Adobe Developer Console
Technical account ID
Technical account ID
Client ID
Client ID
Client secret
Client secret
Organization ID
Organization ID
Private certificate key
The content of the private key file.
It has the file extension
.key
.
After completing this task, follow the general procedure to Add connectors.
The connector makes API calls to the vendor to retrieve data.