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

# Deputy OAuth 2.0 connector profile – StackOne setup guide

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

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

  <p>Create an OAuth client in the Deputy Once portal to obtain credentials.</p>

  <Steps>
    <Step title="Access OAuth Clients Page">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Log in to <a href="https://once.deputy.com/my/oauth_clients" target="_blank" rel="noopener noreferrer">OAuth Clients</a>.</p>
      </div>
    </Step>

    <Step title="Create Client and Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>New OAuth Client</strong> and fill in the required fields.</p>

        <ul>
          <li>Enter a <strong>Name</strong> (e.g., StackOne Integration) and optional <strong>Description</strong>.</li>
          <li>Enter the <strong>Redirect URI</strong>: `https://api.stackone.com/connect/oauth2/deputy/callback`.</li>
          <li>Click <strong>Save This OAuth Client</strong>.</li>
          <li>Copy the <strong>Client ID</strong> and <strong>Client Secret</strong> from the confirmation page.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Deputy</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>Deputy</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>Deputy</strong>.
