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

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

<Warning>An Auth0 account with permission to create and manage applications is required.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Create an application</h2>

  <p>To connect Auth0 with StackOne using OAuth 2.0, create a Regular Web Application and grant it access to the Auth0 Management API to obtain client credentials.</p>

  <Steps>
    <Step title="Sign in to Auth0">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://manage.auth0.com" target="_blank" rel="noopener noreferrer">Auth0 account</a>.</p>

        <ul>
          <li>In the left sidebar, navigate to <strong>Applications</strong> > <strong>Applications</strong>.</li>
          <li>Click <strong>+ Create Application</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure the application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Enter a name and select the application type.</p>

        <ul>
          <li>Give your app a valid name (e.g., `StackOne App`).</li>
          <li>Select <strong>Regular Web Application</strong> as the application type.</li>
          <li>Click <strong>Create</strong>.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Authorize Management API access</h2>

  <p>Grant the application access to the Auth0 Management API and select the required permissions.</p>

  <Steps>
    <Step title="Open the APIs tab">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From your application page, click the <strong>APIs</strong> tab.</p>

        <ul>
          <li>Locate <strong>Auth0 Management API</strong> in the list and click the <strong>Edit</strong> button.</li>
          <li>Select the <strong>Client Access</strong> tab.</li>
          <li>Under <strong>Authorization</strong>, open the dropdown and select <strong>Authorized - Pick and choose permissions</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Select required permissions">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Select the scopes your integration requires from the list, then click <strong>Save</strong> button.<br /><br />Note that `read:users` permission is required to connect your account with StackOne.</p>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Find your credentials</h2>

  <p>Retrieve the credentials from your application settings.</p>

  <Steps>
    <Step title="Open the Settings tab">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From your application page, click the <strong>Settings</strong> tab.</p>

        <ul>
          <li>Under <strong>Basic Information</strong>, copy the <strong>Domain</strong> value (e.g. `your-tenant.us.auth0.com`).</li>
          <li>Copy the <strong>Client ID</strong> value.</li>
          <li>Copy the <strong>Client Secret</strong> value. Store it securely.</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>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>
