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

# Kit OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>Building an app on Kit is self-serve. You will need a Kit account to create an OAuth application.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Create a Kit App</h2>

  <p>Create an OAuth2 application in the Kit developer portal 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>Sign in to your <a href="https://app.kit.com" target="_blank" rel="noopener noreferrer">Kit account</a>.</p>

        <ul>
          <li>Click on your <strong>Profile</strong> icon.</li>
          <li>Click on <strong>Settings</strong>.</li>
          <li>Select the <strong>Developer</strong> section.</li>
        </ul>
      </div>
    </Step>

    <Step title="Start building an app">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the app builder.</p>

        <ul>
          <li>Click on <strong>Start building app</strong>.</li>
          <li>Click on the <strong>Build</strong> section.</li>
          <li>Click on <strong>Add new app</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure your app">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Set up your application details.</p>

        <ul>
          <li>Enter the <strong>Name</strong> of your app.</li>
          <li>Click on the <strong>Authentication</strong> section.</li>
          <li>Enter the <strong>Authorization URL</strong>: `https://app.kit.com/oauth/authorize`</li>
          <li>Enter the <strong>Redirect URL</strong>: `https://api.stackone.com/connect/oauth2/kit/callback`</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Client ID and Client Secret">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After saving your app configuration, your credentials will be displayed.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> and <strong>Client Secret</strong> immediately.</li>
          <li>Store the Client Secret securely as it may only be shown once.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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