> ## 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 Tribepad with OAuth 2.0 (Client Credentials) – StackOne Hub

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

<section data-guide-section data-guide-scopes="">
  <h2>Connect your Tribepad account</h2>

  <p>To connect your Tribepad account, you need OAuth2 credentials provided by Tribepad support.</p>

  <Steps>
    <Step title="Request API credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Contact Tribepad support at [integrations@tribepad.com](mailto:integrations@tribepad.com) to request API credentials for your organization.</p>

        <ul>
          <li>You will receive a <strong>Client ID</strong> and <strong>Client Secret</strong>.</li>
          <li>Identify your <strong>Customer Domain</strong> (e.g., `my-ats.tribepad.com` or your custom domain).</li>
        </ul>
      </div>
    </Step>

    <Step title="Enter your credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Provide the credentials received from Tribepad.</p>

        <ul>
          <li>Enter the <strong>Customer Domain</strong> for your Tribepad instance.</li>
          <li>Enter the <strong>Client ID</strong> provided by Tribepad.</li>
          <li>Enter the <strong>Client Secret</strong> provided by Tribepad.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <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>Customer Domain</strong></li>
        <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>

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