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

# Connect LinkedIn Learning with OAuth 2.0 – StackOne Hub

> Link a LinkedIn Learning account in the StackOne Hub using OAuth 2.0. End-user guide to authorize the integration and start using LinkedIn Learning actions.

<section data-guide-section data-guide-scopes="">
  <h2>Generate API Credentials</h2>

  <p>Create API credentials from your LinkedIn Learning Admin Settings. Admin privileges are required.</p>

  <Steps>
    <Step title="Access LinkedIn Learning Admin">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Log into your <a href="https://www.linkedin.com/learning/" target="_blank" rel="noopener noreferrer">LinkedIn Learning</a> account with admin privileges.</p>
      </div>
    </Step>

    <Step title="Navigate to Integration Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>From the dashboard:</p>

        <ul>
          <li>Click <strong>Me</strong> in the top-right corner</li>
          <li>Select <strong>Integrate</strong> from the dropdown menu</li>
        </ul>
      </div>
    </Step>

    <Step title="Access API Settings">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Select <strong>Access content and reports via API</strong> from the left-hand menu.</p>
      </div>
    </Step>

    <Step title="Create a New Application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Under "Generate LinkedIn Learning REST API Application":</p>

        <ul>
          <li>Click <strong>Add Application</strong></li>
          <li>Enter an <strong>Application Name</strong> (e.g., StackOne Integration)</li>
          <li>Enter an <strong>Application Description</strong> explaining your use case</li>
          <li>Select <strong>Content</strong> and <strong>Report</strong> for the Choose keys option</li>
          <li>Click <strong>Next</strong> and accept the Terms and Conditions</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy Your Credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Once saved, copy the <strong>Client ID</strong> and <strong>Client Secret</strong> from the Applications section.</p>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Client ID</strong></li>
        <li><strong>Client Secret</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
