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

# MeisterTask OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>A free MindMeister Basic account is required to register the OAuth application. MeisterTask shares its developer portal with MindMeister.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Register the application on MindMeister</h2>

  <p>MeisterTask delegates OAuth to MindMeister. Register a developer application on the shared MindMeister portal to receive a Client ID and Client Secret.</p>

  <Steps>
    <Step title="Sign in to MindMeister">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://www.mindmeister.com" target="_blank" rel="noopener noreferrer">MindMeister account</a>.</p>

        <ul>
          <li>Open [https://www.mindmeister.com/api](https://www.mindmeister.com/api) in the same browser session.</li>
          <li>Click <strong>Register a new application</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Configure the application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Provide an application name and the StackOne redirect URI.</p>

        <ul>
          <li>Application name: `StackOne`</li>
          <li>Redirect URI: `https://api.stackone.com/connect/oauth2/meistertask/callback`</li>
          <li>MindMeister does not ask for scopes at registration — they are requested per-authorization on the authorize URL.</li>
        </ul>
      </div>
    </Step>

    <Step title="Save the application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Save to generate the credentials.</p>

        <ul>
          <li>Click <strong>Save</strong>.</li>
          <li>Copy the <strong>Client ID</strong> and <strong>Client Secret</strong> and store them securely for use later.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

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

  <p>StackOne requests the following scopes on the authorize URL. You do not select them when registering the application.</p>

  <ul>
    <li>`meistertask` — read and write access to MeisterTask projects, sections, tasks, comments, attachments, labels, and persons.</li>
    <li>`meistertask.readonly` — read-only access to MeisterTask projects, sections, tasks, and related resources.</li>
    <li>`userinfo.profile` — read the authenticated user's profile (name, avatar, language, time zone).</li>
    <li>`userinfo.email` — read the authenticated user's email address.</li>
  </ul>
</section>

## Creating the StackOne Connector Profile

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