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

# Close OAuth 2.0 connector profile – StackOne setup guide

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

<section data-guide-section data-guide-scopes="">
  <h2>Create an OAuth application</h2>

  <p>Register an OAuth application in Close to obtain client credentials for the integration.</p>

  <Steps>
    <Step title="Sign in to Close">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://app.close.com/" target="_blank" rel="noopener noreferrer">Close account</a>.</p>

        <ul>
          <li>Navigate to <strong>Settings</strong> > <strong>Developer</strong> > <strong>OAuth Apps</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a new app">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>Create App</strong> and fill in the application details.</p>

        <ul>
          <li><strong>App Name</strong>: enter a descriptive name (e.g., `StackOne Integration`)</li>
          <li><strong>App Description</strong>: a brief description of the integration</li>
          <li><strong>Redirect URL</strong>: `https://api.stackone.com/connect/oauth2/close/callback`</li>
          <li><strong>Terms of Service URL</strong> and <strong>Privacy Policy URL</strong> are optional</li>
          <li>Click <strong>Create</strong> to register the application.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After creating the app, copy the <strong>Client ID</strong> and <strong>Client Secret</strong> and store them securely for use later.</p>

        <ul>
          <li>These credentials are required to configure the OAuth connection.</li>
          <li>All OAuth apps receive `all.full_access offline_access` scopes — no additional scope configuration is needed.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Close</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>Close</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>Close</strong>.
