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

# Wistia OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>You will need access to a Wistia account with OAuth application creation privileges. OAuth2 is not enabled by default for all accounts.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Enable OAuth2 Access</h2>

  <p>OAuth2 must be enabled for your Wistia account before you can create OAuth applications.</p>

  <Steps>
    <Step title="Check for OAuth Applications Tab">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Verify if OAuth2 is enabled for your account.</p>

        <ul>
          <li>Sign in to your <a href="https://wistia.com" target="_blank" rel="noopener noreferrer">Wistia account</a></li>
          <li>Navigate to <strong>Account</strong> > <strong>Settings</strong></li>
          <li>Look for the <strong>OAuth Applications</strong> tab in the sidebar</li>
        </ul>
      </div>
    </Step>

    <Step title="Request OAuth2 Access (if tab is missing)">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>If the OAuth Applications tab is not visible, you need to request access.</p>

        <ul>
          <li>Go to <a href="https://wistia.com/support/contact" target="_blank" rel="noopener noreferrer">Wistia Support</a></li>
          <li>Click the <strong>Support</strong> button</li>
          <li>Start a chat with the support team</li>
          <li>Select <strong>Technical Issue</strong> (or <strong>Something Else</strong>) if prompted</li>
          <li>Provide your account name and request that OAuth2 be enabled for API integration</li>
          <li>Wait for confirmation that OAuth2 has been enabled for your account</li>
          <li>Note: This process may take 1-2 business days</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Create a Wistia OAuth Application</h2>

  <p>Once OAuth2 is enabled, register an OAuth application in Wistia.</p>

  <Steps>
    <Step title="Access OAuth Applications">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the OAuth Applications settings in your Wistia account.</p>

        <ul>
          <li>Sign in to your <a href="https://wistia.com" target="_blank" rel="noopener noreferrer">Wistia account</a></li>
          <li>Navigate to <strong>Account</strong> > <strong>Settings</strong></li>
          <li>Select the <strong>OAuth Applications</strong> tab in the sidebar</li>
          <li>Click <strong>New Application</strong></li>
        </ul>
      </div>
    </Step>

    <Step title="Configure Application Details">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Complete the OAuth application registration form.</p>

        <ul>
          <li>Enter an <strong>Application Name</strong> (e.g., "StackOne Integration")</li>
          <li>Add an optional <strong>Description</strong> for the application</li>
          <li>Enter the <strong>Redirect URI</strong> - `https://api.stackone.com/connect/oauth2/wistia/callback`</li>
          <li>Select the required <strong>Permissions</strong> for your integration</li>
          <li>Click <strong>Save</strong> to complete registration</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Access your credentials by clicking your app name or the Edit button.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> and store it securely</li>
          <li>Copy the <strong>Client Secret</strong> and store it securely</li>
          <li>Note: Keep the Client Secret confidential - use it only for backend authentication</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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