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

# Sage People OAuth 2.0 (Username-Password — Legacy) connector profile – StackOne setup guide

> Set up the OAuth 2.0 (Username-Password — Legacy) connector profile for Sage People in StackOne. One-time admin setup required before your users can link Sage People accounts via Hub.

<Warning>Salesforce officially recommends the Authorization Code flow. Use this only if your customer is on a legacy org where it is still enabled.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Confirm the password flow is enabled</h2>

  <p>In Salesforce: Setup > Identity > OAuth and OpenID Connect Settings ><br />Allow OAuth Username-Password Flows must be ON. If off, the connection<br />request returns `invalid_grant`.</p>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Retrieve the API user's security token</h2>

  <p>Log in as the API user, go to <strong>My Settings > Personal > Reset My<br />Security Token</strong>, and request a new one. Salesforce emails the token.<br />Concatenate it onto the end of the password (no separator) when<br />pasting into the <strong>Password + Security Token</strong> field below.</p>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Sage People</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>Sage People</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0 (Username-Password — Legacy)</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client ID (Consumer Key)</strong></li>
          <li><strong>Client Secret (Consumer Secret)</strong></li>
          <li><strong>Username</strong></li>
          <li><strong>Password + Security Token</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>Sage People</strong>.
