> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

### Using Server-to-Server

To create the connection you need:

* A Client ID
* A Client Secret
* A Scope
* An Organization ID

#### Obtaining the credentials

1. Access the Adobe Developer Console

* Log in to the Adobe Developer Console.
* Navigate to your existing project (e.g., "Project 1").

<Frame>
  <img src="https://mintcdn.com/blinkops-2/LiDiL34PEmIGHJGK/img/AdobeCloud/1.png?fit=max&auto=format&n=LiDiL34PEmIGHJGK&q=85&s=73f03362aac290ed7b8e963ad3273c91" width="1728" height="1080" data-path="img/AdobeCloud/1.png" />
</Frame>

2. 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.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/LiDiL34PEmIGHJGK/img/AdobeCloud/2.png?fit=max&auto=format&n=LiDiL34PEmIGHJGK&q=85&s=7654ebfbc660e757a209ec325283960f" width="1728" height="1080" data-path="img/AdobeCloud/2.png" />
</Frame>

3. 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.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/LiDiL34PEmIGHJGK/img/AdobeCloud/3.png?fit=max&auto=format&n=LiDiL34PEmIGHJGK&q=85&s=b8ac1056eeac694dc9b385a35920146a" width="1728" height="1080" data-path="img/AdobeCloud/3.png" />
</Frame>

#### Creating your connection

1. In the Blink platform, navigate to the **Connections** page > **Add connection**. A New Connection dialog box opens displaying icons of external service providers available.
2. Select the **Adobe Cloud** icon. A dialog box with name of the connection and connection methods appear.
3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
4. Select **Server-to-Server** as the method to create the connection.
5. Fill in the parameters:
   * The Client ID
   * The Client Secret
   * The Scope
   * The Organization ID
6. (Optional) Click **Test Connection** to test it.
7. Click **Create connection**. The new connection appears on the **Connections** page.
