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

# Kameleoon OAuth 2.0 (Authorization Code) connector profile – StackOne setup guide

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

<Warning>OAuth application registration requires contacting your Kameleoon Technical Account Manager — there is no self-service developer portal.</Warning>

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

  <p>Contact your Kameleoon Technical Account Manager to request an OAuth application for your integration.</p>

  <Steps>
    <Step title="Contact Kameleoon TAM">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Reach out to your Kameleoon Technical Account Manager and request an OAuth application.</p>

        <ul>
          <li>Provide the redirect URI: `https://api.stackone.com/connect/oauth2/kameleoon/callback`</li>
          <li>Kameleoon will provide your Client ID and Client Secret.</li>
        </ul>
      </div>
    </Step>

    <Step title="Store your credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Once Kameleoon provides your credentials, store them securely.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> and store it securely.</li>
          <li>Copy the <strong>Client Secret</strong> and store it securely.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Kameleoon</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>Kameleoon</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0 (Authorization Code)</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>Kameleoon</strong>.
