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

# Namely OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>An OAuth Application must be registered under the API menu of your Namely HRIS site (admin access required).</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Register an OAuth Application</h2>

  <p>Create an OAuth application in your Namely HRIS site to obtain a Client ID and Client Secret.</p>

  <Steps>
    <Step title="Open the API menu">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your Namely HRIS site as an administrator and click the <strong>API</strong> menu item. If you do not see it, contact your client success manager or Namely administrator for permission.</p>
      </div>
    </Step>

    <Step title="Create the application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>On the <strong>OAuth Applications</strong> tab, create a new application and provide a <strong>Name</strong>, your company <strong>Website</strong>, and one or more <strong>Redirect URI(s)</strong>.</p>

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

    <Step title="Copy the credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After saving, copy the <strong>Client Identifier</strong> and <strong>Client Secret</strong> and store them securely for use in the Auth Config.</p>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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