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

# Keka OAuth 2.0 (App Portal) connector profile – StackOne setup guide

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

<Warning>This flow is for Keka App Portal apps only. For direct API integrations, use the API Key auth type instead.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Register an App in Keka App Developer Portal</h2>

  <p>Create an application in the Keka App Developer Portal to obtain OAuth credentials.</p>

  <Steps>
    <Step title="Go to the Keka App Developer Portal">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to <a href="https://developers.keka.com" target="_blank" rel="noopener noreferrer">Keka Developer Portal</a> and sign in.</p>
      </div>
    </Step>

    <Step title="Create a New App">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to <strong>App Portal</strong> and click <strong>Create App</strong>. Fill in the app details.</p>
      </div>
    </Step>

    <Step title="Configure Authentication">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In your app settings, navigate to the <strong>Auth</strong> tab.</p>

        <ul>
          <li>Set the <strong>Redirect URI</strong> to: `https://api.stackone.com/connect/oauth2/keka/callback`</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Copy your <strong>Client ID</strong> and <strong>Client Secret</strong> from the app credentials page.</p>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Keka</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>Keka</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0 (App Portal)</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Company 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>Keka</strong>.
