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

# Reddit OAuth 2.0 connector profile – StackOne setup guide

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

<section data-guide-section data-guide-scopes="">
  <h2>Prerequisites</h2>

  <p>You need a Reddit account that can create apps.</p>

  <ul>
    <li>A Reddit account with no app-creation restrictions.</li>
    <li>Access to [https://www.reddit.com/prefs/apps](https://www.reddit.com/prefs/apps).</li>
  </ul>
</section>

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

  <p>Register a Web app in Reddit's app preferences.</p>

  <Steps>
    <Step title="Open the apps page">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to <a href="https://www.reddit.com/prefs/apps" target="_blank" rel="noopener noreferrer">[https://www.reddit.com/prefs/apps](https://www.reddit.com/prefs/apps)</a> while signed in.</p>

        <ul>
          <li>Scroll to the bottom of the page.</li>
          <li>Click <strong>are you a developer? create an app...</strong></li>
        </ul>
      </div>
    </Step>

    <Step title="Fill out app details">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Provide the app metadata.</p>

        <ul>
          <li>Enter an <strong>app name</strong> (e.g., `StackOne Integration`).</li>
          <li>Select the <strong>web app</strong> radio button.</li>
          <li>Enter a short <strong>description</strong> (optional).</li>
          <li>Enter a redirect URI exactly: `https://api.stackone.com/connect/oauth2/reddit/callback`</li>
          <li>Click <strong>create app</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After creation the new app card shows the credentials you need.</p>

        <ul>
          <li>The string under the app name (just below "web app") is the <strong>Client ID</strong>.</li>
          <li>Click <strong>edit</strong> next to the app to reveal the <strong>secret</strong>.</li>
          <li>Store both values securely.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Reddit</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>Reddit</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>
          <li><strong>Scopes</strong> (Optional)</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>Reddit</strong>.
