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

# Talend OAuth 2.0 connector profile – StackOne setup guide

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

<Warning>You need Security Administrator role or Service Accounts - Manage permission (TMC\_SERVICE\_ACCOUNT\_MANAGEMENT) to create service accounts. The Service Account feature must be enabled on your Talend Cloud account.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Creating a Service Account</h2>

  <p>To connect Talend Cloud with StackOne, you need to create a service account which provides OAuth2 client credentials for API access.</p>

  <Steps>
    <Step title="Sign in to Qlik Talend Cloud">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://myqlik.qlik.com/tenants/index.html" target="_blank" rel="noopener noreferrer">Qlik Talend Cloud account</a>.</p>

        <ul>
          <li>If you do not have access yet, start a free <a href="https://www.qlik.com/us/trial/qlik-talend-cloud" target="_blank" rel="noopener noreferrer">Qlik Talend Cloud trial</a> (the data-integration product, separate from Qlik Cloud Analytics).</li>
          <li>If you have multiple tenants, they are all listed after you sign in — select your <strong>Talend</strong> tenant.</li>
        </ul>
      </div>
    </Step>

    <Step title="Open the Management Console">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>How you reach the Management Console depends on whether your account already exists or is new.</p>

        <ul>
          <li>Existing account: you land on the Talend Cloud portal (for example `https://app.sg.cloud.talend.com/portal`). From the <strong>Select an app</strong> dropdown in the top-left corner, select <strong>Management Console</strong>.</li>
          <li>New account: activate your account, then select your region in the dialog and click <strong>Done</strong>. You are redirected to the <strong>Talend Data Integration</strong> home page — in the <strong>left sidebar</strong>, click <strong>Talend Cloud</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Open the Users & Security page">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the Management Console, open the service account settings.</p>

        <ul>
          <li>Open <strong>Users & Security</strong> from the left navigation.</li>
          <li>Click the <strong>Service accounts</strong> tab.</li>
        </ul>
      </div>
    </Step>

    <Step title="Add a new Service Account">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>Add service account</strong> to create a new service account.</p>

        <ul>
          <li>Enter a name for the service account (e.g., StackOne Integration).</li>
          <li>Select the permissions required for your integration.</li>
          <li>Click <strong>Save</strong> to create the service account.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy the ID and Secret">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After saving, a dialog box displays the service account credentials.</p>

        <ul>
          <li>Copy the <strong>ID</strong> (this is your Client ID) and store it securely.</li>
          <li>Copy the <strong>secret</strong> (this is your Client Secret) immediately and store it securely.</li>
          <li>Important: The secret is displayed only once. If you close this dialog without copying it, you will need to regenerate the service account.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

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