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

# FreeAgent OAuth 2.0 connector profile – StackOne setup guide

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

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

  <p>Register an application in the FreeAgent Developer Dashboard to obtain OAuth credentials for API access.</p>

  <Steps>
    <Step title="Sign in to the FreeAgent Developer Dashboard">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://dev.freeagent.com/login/" target="_blank" rel="noopener noreferrer">FreeAgent Developer account</a>.</p>

        <ul>
          <li>If you don't have a developer account, click <strong>Sign up</strong> to create one.</li>
          <li>Navigate to <strong>My Apps</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a new app">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>Create New App</strong> and complete the form.</p>

        <ul>
          <li>Enter an <strong>App Name</strong> (e.g., `StackOne Integration`)</li>
          <li>Enter a <strong>Description</strong> for your app</li>
          <li>Set the <strong>OAuth Redirect URI</strong> to: `https://api.stackone.com/connect/oauth2/freeagent/callback`</li>
          <li>Click <strong>Create App</strong></li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Client credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After creating the app, the OAuth credentials are displayed on the app details page.</p>

        <ul>
          <li>Copy the <strong>OAuth Identifier</strong> (this is your Client ID)</li>
          <li>Copy the <strong>OAuth Secret</strong> (this is your Client Secret)</li>
          <li>Store both values securely for use later</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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