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

# Basecamp OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>You must have access to register applications at 37signals Launchpad. This is typically available to account administrators or developers.</Warning>

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

  <p>Create an OAuth 2.0 application at 37signals Launchpad to obtain API credentials.</p>

  <Steps>
    <Step title="Access Launchpad Integrations">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to <a href="https://launchpad.37signals.com/integrations" target="_blank" rel="noopener noreferrer">37signals Launchpad</a>.</p>
      </div>
    </Step>

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

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

        <ul>
          <li><strong>Name of your application</strong>: Enter a descriptive name (e.g., StackOne Integration)</li>
          <li><strong>Your company's name</strong>: Enter your organization name</li>
          <li><strong>Your website URL</strong>: Enter your company website URL</li>
          <li><strong>Products</strong>: Select the `Basecamp 4` product from the list</li>
          <li>Use: `https://api.stackone.com/connect/oauth2/basecamp/callback`</li>
          <li>This URL must match exactly for OAuth to work correctly</li>
          <li>Click on the Save button to proceed to the next step.</li>
        </ul>
      </div>
    </Step>

    <Step title="Complete Registration and Save Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>Register this app</strong> to complete the registration.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> displayed on the application details page</li>
          <li>Copy the <strong>Client Secret</strong> and store it securely for use later</li>
          <li>Security Note: The Client Secret is sensitive and should never be exposed publicly</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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