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

# Paycor OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>A Paycor HR/Company/Payroll Admin account is required to access the Developer Portal and create applications.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Create a Developer Portal Application</h2>

  <p>Register an application in the Paycor Developer Portal to enable OAuth 2.0 authentication.</p>

  <Steps>
    <Step title="Sign into Developer Portal">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to <a href="https://developers.paycor.com" target="_blank" rel="noopener noreferrer">developers.paycor.com</a> and sign in with your Paycor admin credentials.</p>
      </div>
    </Step>

    <Step title="Create an Application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the Developer Portal:</p>

        <ul>
          <li>Click <strong>Add Application</strong></li>
          <li>Select <strong>Standard</strong> application type</li>
          <li>Enter your application name</li>
          <li>Click <strong>Create</strong></li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Redirect URI">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Under Application Settings:</p>

        <ul>
          <li>Set the redirect URI to `https://api.stackone.com/connect/oauth2/paycor/callback`</li>
          <li>Save changes</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From the Security Connection tab, copy:</p>

        <ul>
          <li><strong>Client ID</strong> (OAuth Client ID)</li>
          <li><strong>Client Secret</strong></li>
          <li><strong>APIM Subscription Key</strong></li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Data Access">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Under the Data Access tab, enable the required scopes for your use case. Common scopes include View Employee Information, View Legal Entity Employees, View Employee Pay Rates, and View Time Off Requests.</p>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Paycor</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>Paycor</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>
          <li><strong>Application Scope Name</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>Paycor</strong>.
