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

# Connect Adobe PDF Services with OAuth 2.0 – StackOne Hub

> Link a Adobe PDF Services account in the StackOne Hub using OAuth 2.0. End-user guide to authorize the integration and start using Adobe PDF Services actions.

<section data-guide-section data-guide-scopes="">
  <h2>Create Adobe Developer Console Project</h2>

  <p>To connect Adobe PDF Services with StackOne, you need to create a project in Adobe Developer Console and configure OAuth Server-to-Server credentials.</p>

  <Steps>
    <Step title="Sign in to Adobe Developer Console">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to the <a href="https://developer.adobe.com/console" target="_blank" rel="noopener noreferrer">Adobe Developer Console</a> and sign in with your Adobe ID.</p>

        <ul>
          <li>If you do not have an Adobe ID, click <strong>Get an Adobe ID</strong> to create a free account.</li>
          <li>Enterprise users should sign in with their organization credentials.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a new project">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From the Console home page, create a new project for your PDF Services integration.</p>

        <ul>
          <li>Click <strong>Create new project</strong> from the Quick Start section or Projects menu.</li>
          <li>Optionally rename the project by clicking <strong>Edit project</strong> from the project overview page.</li>
        </ul>
      </div>
    </Step>

    <Step title="Add the PDF Services API">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Add the PDF Services API to your project to enable document processing capabilities.</p>

        <ul>
          <li>In your project, click <strong>Add API</strong>.</li>
          <li>Scroll to <strong>Document Cloud</strong> or search for <strong>PDF Services API</strong>.</li>
          <li>Select <strong>PDF Services API</strong> and click <strong>Next</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure OAuth Server-to-Server credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Select the OAuth Server-to-Server authentication method for secure API access.</p>

        <ul>
          <li>When prompted to select an authentication type, choose <strong>OAuth Server-to-Server</strong>.</li>
          <li>Click <strong>Save configured API</strong> to generate your credentials.</li>
          <li>Adobe will create a Client ID and Client Secret for your project.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy your credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Retrieve your credentials from the project's Credentials section.</p>

        <ul>
          <li>Navigate to <strong>Credentials</strong> in the left sidebar.</li>
          <li>Click on your <strong>OAuth Server-to-Server</strong> credential.</li>
          <li>Copy the <strong>Client ID</strong> and <strong>Client Secret</strong>.</li>
          <li>Store the Client Secret securely as it cannot be retrieved again after leaving the page.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Enter Credentials in StackOne</h2>

  <p>Enter the credentials from Adobe Developer Console into StackOne to complete the connection.</p>

  <Steps>
    <Step title="Enter Client ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Paste the <strong>Client ID</strong> from Adobe Developer Console into the Client ID field.</p>

        <ul>
          <li>This value is also used as the `x-api-key` header on API requests.</li>
        </ul>
      </div>
    </Step>

    <Step title="Enter Client Secret">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Paste the <strong>Client Secret</strong> from Adobe Developer Console into the Client Secret field.</p>

        <ul>
          <li>This secret is used to obtain access tokens from Adobe IMS.</li>
          <li>Treat this value as sensitive and do not share it.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Client ID</strong></li>
        <li><strong>Client Secret</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
