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

# Go1 OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>Admin privileges in Go1 are required to create an OAuth application.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Creating an OAuth Application</h2>

  <p>To connect Go1 with StackOne, you need to create a private OAuth application in your Go1 portal.</p>

  <Steps>
    <Step title="Navigate to Integrations">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://www.mygo1.com" target="_blank" rel="noopener noreferrer">Go1 portal</a>.</p>

        <ul>
          <li>Click on <strong>MyGo1</strong> via the ribbon at the top of the page.</li>
          <li>In the right-hand corner, click your <strong>initials</strong> to open the menu.</li>
          <li>Select <strong>Integrations</strong> from the dropdown menu.</li>
        </ul>
      </div>
    </Step>

    <Step title="Access Developer Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From the navigation within Integrations, select <strong>Developers</strong>.</p>
      </div>
    </Step>

    <Step title="Create a New App">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the <strong>+ Create App</strong> button to create a new private OAuth application.</p>
      </div>
    </Step>

    <Step title="Configure App Details">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Enter the following details for your application.</p>

        <ul>
          <li><strong>App Name</strong>: Enter a descriptive name (e.g., StackOne Integration)</li>
          <li><strong>Callback URL</strong>: `https://api.stackone.com/connect/oauth2/go1/callback`</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 your application. Your API credentials will be displayed.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> and store it securely for use later.</li>
          <li>Copy the <strong>Client Secret</strong> immediately and store it securely.</li>
          <li>⚠️ The Client Secret is displayed only once. If lost, you will need to create a new application.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Important Notes</h2>

  <p>Keep the following in mind when managing your Go1 OAuth application.</p>

  <ul>
    <li>If the administrator who created the app becomes inactive or loses admin status, the credentials will stop working.</li>
    <li>Multiple OAuth applications can be created for the same portal if needed.</li>
  </ul>
</section>

## Creating the StackOne Connector Profile

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