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

# Bitly OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>You must have a Bitly account to register an OAuth application. Contact Bitly support to request OAuth app registration access if the option is not visible.</Warning>

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

  <p>To enable OAuth 2.0 for multi-user Bitly connections, you need to register an OAuth application to obtain a Client ID and Client Secret.</p>

  <Steps>
    <Step title="Open Registered OAuth applications">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://bitly.com" target="_blank" rel="noopener noreferrer">Bitly account</a> and open the OAuth applications settings.</p>

        <ul>
          <li>In the left sidebar, click <strong>Settings</strong>.</li>
          <li>Under the <strong>Developer settings</strong> section, click <strong>API</strong>.</li>
          <li>Scroll down to the <strong>Registered OAuth applications</strong> section.</li>
        </ul>
      </div>
    </Step>

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

        <ul>
          <li><strong>Application Name:</strong> Enter a name (e.g., StackOne)</li>
          <li><strong>Application Link:</strong> Enter your application URL</li>
          <li><strong>Redirect URI:</strong> `https://api.stackone.com/connect/oauth2/bitly/callback`</li>
          <li><strong>Application Description:</strong> Brief description of the integration</li>
          <li>Click <strong>Save</strong> to submit.</li>
        </ul>
      </div>
    </Step>

    <Step title="Retrieve Client ID and Client Secret">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After registration is confirmed, return to <strong>Registered OAuth applications</strong> in Developer settings.</p>

        <ul>
          <li>Locate your newly registered application.</li>
          <li>Copy the <strong>Client ID</strong> value.</li>
          <li>Copy the <strong>Client Secret</strong> value.</li>
          <li>Store both values securely for use later.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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