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

# Dropbox Sign OAuth 2.0 connector profile – StackOne setup guide

> Set up the OAuth 2.0 connector profile for Dropbox Sign in StackOne. One-time admin setup required before your users can link Dropbox Sign accounts via Hub.

<section data-guide-section data-guide-scopes="">
  <h2>Create an API App</h2>

  <p>To use OAuth 2.0, you need to create an API app in Dropbox Sign to obtain your Client ID and Client Secret.</p>

  <Steps>
    <Step title="Navigate to API Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to <a href="https://app.hellosign.com" target="_blank" rel="noopener noreferrer">Dropbox Sign</a> and navigate to your <a href="https://app.hellosign.com/home/myAccount#api" target="_blank" rel="noopener noreferrer">API Settings</a> page.</p>
      </div>
    </Step>

    <Step title="Create a New App">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Under the <strong>API Apps</strong> section, click <strong>Create app</strong>.</p>

        <ul>
          <li>Enter a name for your app (e.g., "StackOne Integration").</li>
          <li>Select the appropriate access level and app type for your integration.</li>
          <li>Click <strong>Create app</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure OAuth Callback URL">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In your app's settings, add the StackOne OAuth callback URL.</p>

        <ul>
          <li>Set the <strong>OAuth callback URL</strong> to `https://api.stackone.com/connect/oauth2/dropboxsign/callback`.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Scopes">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In your app's settings, select the access scopes your integration requires. Scopes control what actions the app can perform on behalf of users and are shown on the OAuth consent page.</p>
      </div>
    </Step>

    <Step title="Copy Client Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From your app's settings, copy the <strong>Client ID</strong> and <strong>Client Secret</strong> (App Secret). Store the Client Secret securely as it must be kept confidential.</p>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Dropbox Sign</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>Dropbox Sign</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client ID</strong></li>
          <li><strong>Client Secret</strong></li>
        </ul>
      </li>

      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/guides/accounts-section#linking-accounts">Link Accounts</a> for <strong>Dropbox Sign</strong>.
