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

# Connect Kameleoon with OAuth 2.0 (Client Credentials) – StackOne Hub

> Link a Kameleoon account in the StackOne Hub using OAuth 2.0 (Client Credentials). End-user guide to authorize the integration and start using Kameleoon actions.

<section data-guide-section data-guide-scopes="">
  <h2>Obtain API Credentials</h2>

  <p>Retrieve your Kameleoon API credentials from your account settings.</p>

  <Steps>
    <Step title="Sign in to Kameleoon">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to the <a href="https://app.kameleoon.com" target="_blank" rel="noopener noreferrer">Kameleoon application</a> and sign in with your credentials.</p>
      </div>
    </Step>

    <Step title="Navigate to API Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to <strong>Account > My Profile > See my API credentials</strong>.</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>

<section data-guide-section data-guide-scopes="">
  <h2>Enter Credentials in StackOne</h2>

  <p>Enter the credentials from your Kameleoon account into StackOne to complete the connection.</p>

  <Steps>
    <Step title="Enter Client ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Paste the <strong>Client ID</strong> from your Kameleoon API credentials into the Client ID field.</p>
      </div>
    </Step>

    <Step title="Enter Client Secret">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Paste the <strong>Client Secret</strong> from your Kameleoon API credentials into the Client Secret field.</p>
      </div>
    </Step>
  </Steps>
</section>

## Linking the Account from the Hub

<Steps>
  <Step title="Navigate to the Hub">
    Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
  </Step>

  <Step title="Fill out the fields">
    Fill out the following fields using details from your provider:

    <ul>
      <li><strong>Client ID</strong></li>
      <li><strong>Client Secret</strong></li>
    </ul>
  </Step>

  <Step title="Connect">
    <ul>
      <li>Click <strong>Connect</strong></li>
      <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
      <li>Once authorization is successful, you will see a confirmation popup</li>
    </ul>
  </Step>
</Steps>

If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.
