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

# Aha! OAuth 2.0 connector profile – StackOne setup guide

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

<section data-guide-section data-guide-scopes="">
  <h2>Find Your Subdomain</h2>

  <p>Identify your Aha! subdomain for the connection.</p>

  <ul>
    <li>Your subdomain is the part before `.aha.io` in your Aha! URL.</li>
    <li>For example, if your URL is `https://acme.aha.io`, your subdomain is <strong>acme</strong>.</li>
  </ul>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Register OAuth 2.0 Application</h2>

  <p>Create an OAuth 2.0 application in your Aha! account to obtain your Client ID and Client Secret.</p>

  <Steps>
    <Step title="Access Developer Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Log in to your Aha! account.</p>

        <ul>
          <li>Click your profile icon in the top right corner.</li>
          <li>Go to <strong>Settings</strong> > <strong>Personal</strong>.</li>
          <li>Click the <strong>Developer</strong> tab in the left sidebar.</li>
        </ul>
      </div>
    </Step>

    <Step title="Register Application and Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>On the <strong>OAuth applications</strong> tab, click <strong>Register OAuth application</strong>.</p>

        <ul>
          <li>Enter an application name (e.g., "StackOne Integration").</li>
          <li>Enter the Redirect URL: `https://api.stackone.com/connect/oauth2/aha/callback`.</li>
          <li>Click <strong>Create</strong> to register the application.</li>
          <li>Copy the <strong>Client ID</strong> and <strong>Client Secret</strong> from the application details page.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Aha!</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>Aha!</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>Aha! Subdomain</strong></li>
          <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>Aha!</strong>.
