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

# Gong OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>Ensure you have Business Admin privileges within your Gong account to create OAuth integrations.</Warning>

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

  <p>To enable OAuth 2.0 authentication, you'll need to create an integration in Gong.</p>

  <Steps>
    <Step title="Log in to Gong">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://app.gong.io/welcome/sign-in" target="_blank" rel="noopener noreferrer">Gong account</a>.</p>
      </div>
    </Step>

    <Step title="Go to Admin Center">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click on the <strong>Admin Center</strong> button (gear icon) from the left menu at the bottom.</p>
      </div>
    </Step>

    <Step title="Navigate to API Page">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Under the <strong>Ecosystem</strong> section, click on the <strong>API</strong> menu.</p>
      </div>
    </Step>

    <Step title="Open Integrations Section">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click on the <strong>INTEGRATIONS</strong> tab to open it.</p>
      </div>
    </Step>

    <Step title="Create New Integration">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the <strong>Create Integration</strong> button to start creating a new OAuth integration.</p>

        <ul>
          <li>Enter a name for your integration (e.g., "StackOne")</li>
          <li>Add a description for your integration</li>
          <li>Enter a short description for your integration</li>
          <li>Upload an app logo (any square image, e.g., your company logo)</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Required Scopes">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the <strong>Required authorization scopes</strong> section, select the scopes your integration needs.</p>

        <ul>
          <li><strong>api:users:read</strong> is required for connection testing</li>
          <li>Select additional scopes based on your integration needs (e.g., api:calls:read:basic for call data)</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Integration Details">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Fill in the required integration information.</p>

        <ul>
          <li><strong>Redirect URI:</strong> `https://api.stackone.com/connect/oauth2/gong/callback`</li>
          <li><strong>Privacy Policy URL:</strong> Enter a link to your organization's privacy policy page</li>
          <li><strong>Terms & Conditions URL:</strong> Enter a link to your organization's terms and conditions page</li>
          <li><strong>Help Article URL:</strong> Enter a link to your integration's help documentation</li>
          <li><strong>Contact Emails:</strong> Enter email addresses of contacts in your organization</li>
          <li><strong>Domains:</strong> Enter the domains associated with your integration</li>
        </ul>
      </div>
    </Step>

    <Step title="Save and Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>Save</strong> to create the integration. Then copy the <strong>Client ID</strong> and click <strong>Show secret</strong> to copy the <strong>Client Secret</strong>.</p>

        <ul>
          <li>Store both values securely for use later</li>
          <li>The Client Secret can be revealed using the Show secret button</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Gong</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>Gong</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>
          <li><strong>Scopes</strong> (Optional)</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>Gong</strong>.
