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

# SPS Commerce OAuth 2.0 - Authorization Code (Web Service) connector profile – StackOne setup guide

> Set up the OAuth 2.0 - Authorization Code (Web Service) connector profile for SPS Commerce in StackOne. One-time admin setup required before your users can link SPS Commerce accounts via Hub.

<section data-guide-section data-guide-scopes="">
  <h2>Register a Web Service Application</h2>

  <p>Create a Web Service Application in the SPS Commerce Dev Center.</p>

  <Steps>
    <Step title="Sign in to the SPS Dev Center">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to the <a href="https://developercenter.spscommerce.com/" target="_blank" rel="noopener noreferrer">SPS Commerce Dev Center</a> and click <strong>Applications</strong> in the top navigation.</p>
      </div>
    </Step>

    <Step title="Create the app">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>Create New Application</strong> and configure it.</p>

        <ul>
          <li>Give your app a name.</li>
          <li>Select <strong>Web Service Application</strong> as the application type.</li>
          <li>Set the redirect URI to: `https://api.stackone.com/connect/oauth2/spscommerce/callback`</li>
          <li>Authorize the SPS services your integration needs.</li>
          <li>Click <strong>Create</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Client Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Open the <strong>Application Keys</strong> tab and copy the Client ID and Client Secret (use the Production set for live use; Sandbox for testing).</p>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>SPS Commerce</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>SPS Commerce</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0 - Authorization Code (Web Service)</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>SPS Commerce</strong>.
