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

# Netlify OAuth 2.0 connector profile – StackOne setup guide

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

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

  <p>To connect Netlify with StackOne, you'll need to create an OAuth application in your Netlify account.</p>

  <Steps>
    <Step title="Access User Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://app.netlify.com/" target="_blank" rel="noopener noreferrer">Netlify account</a>.</p>

        <ul>
          <li>Click on your <strong>profile avatar</strong> in the bottom left corner.</li>
          <li>Select <strong>User settings</strong> from the dropdown menu.</li>
        </ul>
      </div>
    </Step>

    <Step title="Navigate to OAuth Applications">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the User settings page, navigate to the OAuth section.</p>

        <ul>
          <li>In the left sidebar, under <strong>Applications</strong>, click <strong>OAuth</strong>.</li>
          <li>You will see the <strong>OAuth applications</strong> section.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create New OAuth Application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the <strong>New OAuth app</strong> button to create a new application.</p>

        <ul>
          <li><strong>Application name</strong>: Enter a name (e.g., StackOne Integration)</li>
          <li><strong>Redirect URI</strong>: Enter `https://api.stackone.com/connect/oauth2/netlify/callback`</li>
          <li><strong>Description</strong>: Optional - add a description for the application</li>
          <li>Click <strong>Save</strong> to create the application.</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 application, you'll see your OAuth credentials.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> value.</li>
          <li>Copy the <strong>Client Secret</strong> value.</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>Netlify</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>Netlify</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>Netlify</strong>.
