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

# Zuora OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>You need Administrator access to create OAuth clients in Zuora.</Warning>

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

  <p>Create an OAuth 2.0 client in your Zuora tenant to obtain a Client ID and Client Secret.</p>

  <Steps>
    <Step title="Sign in to Zuora">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://www.zuora.com/sign-in/" target="_blank" rel="noopener noreferrer">Zuora tenant</a>.</p>

        <ul>
          <li>Navigate to <strong>Administration</strong> > <strong>Manage Users</strong>.</li>
          <li>Select the API user account you want to use for the integration.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create an OAuth client">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Create a new OAuth 2.0 client for the selected user.</p>

        <ul>
          <li>Click the <strong>OAuth Clients</strong> tab on the user profile page.</li>
          <li>Click <strong>Create</strong> to open the client creation dialog.</li>
          <li>Enter a unique <strong>Name</strong> for the client (e.g., `StackOne Integration`).</li>
          <li>Click <strong>Create</strong> to generate the credentials.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Copy both the Client ID and Client Secret and store them securely.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> and <strong>Client Secret</strong>.</li>
          <li>The Client Secret is only displayed once — save it before closing the dialog.</li>
          <li>Note that you will need different credentials for each environment (production vs sandbox).</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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