Adobe Cloud
Adobe Cloud is a set of applications and services from Adobe Inc. that gives subscribers access to a collection of software used for graphic design, video editing, web development, photography, along with a set of mobile applications and also some optional cloud services.
Creating an Adobe Cloud connection
Create the connection by using one of the following methods:
Using Server-to-Server
To create the connection you need:
- A Client ID
- A Client Secret
- A Scope
- An Organization ID
Obtaining the credentials
- Access the Adobe Developer Console
- Log in to the Adobe Developer Console.
- Navigate to your existing project (e.g., “Project 1”).
- Access OAuth Server-to-Server credentials
- In your project, locate the “OAuth Server-to-Server” credential under the Credentials section.
- This page contains all the required connection information.
- Gather the required credentials
- Client ID: Located at the top of the credentials page.
- Client Secret: Click “Retrieve client secret” if not visible, then use the copy button.
- Scopes: Listed in the Scopes section.
- Organization ID: Found in the Organization ID field on the same page.
Creating your connection
- In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
- Select the Adobe Cloud icon. A dialog box with name of the connection and connection methods appear.
- (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
- Select Server-to-Server as the method to create the connection.
- Fill in the parameters:
- The Client ID
- The Client Secret
- The Scope
- The Organization ID
- (Optional) Click Test Connection to test it.
- Click Create connection. The new connection appears on the Connections page.
Using Service Account
To create the connection you need:
- A client ID
- A client secret
- An organization ID
- A technical account ID
- A private key
Obtaining the credentials
-
Login to your Adobe Cloud Developer account.
-
Navigate to the Adobe Cloud Developer console page.
-
Click Create New Project.
-
Click Add API
-
Choose the User Management API
-
Click Generate a key pair, and in the end click Generate keypair
-
Once the private key pair was generated, navigate back to the Project page and click on the project you’ve created
-
Click Service Account
-
Copy the specified credentials
Don’t forget to copy the private key that was generated in step number 7.
Creating your connection
-
In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
-
Select the Adobe Cloud icon. A dialog box with name of the connection and connection methods appear.
-
(Optional) Edit the name of the connection. At a later stage you cannot edit the name.
-
Select Access Token as the method to make the connection.
-
Fill in the parameters:
- The client ID
- The client secret
- The organization ID
- The technical account ID
- The private key
-
(Optional) Click Test Connection to test it.
-
Click Create connection. The new connection appears on the Connections page.
Was this page helpful?