LinkedIn Learning - SuccessFactors Org Sync

Overview

This document provides instructions for automating user management in LinkedIn Learning via SuccessFactors.

Prerequisites

To automate Org Sync with SuccessFactors, you need the following:

  • SuccessFactors admin permissions
  • Full LinkedIn Learning admin privileges

Generate SSH Key in SuccessFactors

In SuccessFactors, navigate to Security Center and complete the following steps:

  1. Choose Other Keys and then click Add.
  2. Give your new key a name and description.
  3. Under Category, choose Authentication Key (SSH).
  4. Click Generate and Save.
  5. Copy the public portion of the RSA-SSH formatted key. Do not include the comments (--BEGIN SSH2 Public Key--).
  6. Convert the public key to OpenSSH format (the key will need to start with ssh-rsa).

    Note

    The SSH key must not have any line breaks.

  7. Save the public SSH key for use in the next section.

Create SFTP Username in LinkedIn Learning

This step must be completed in LinkedIn Learning by a Full Admin. If you are not already in the admin interface, click on Go to Admin in the top navigation bar.

  1. After you log in, if you are not already in the Admin screen, click Go to Admin, then select Me > Authenticate.

    Authenticate Menu

  2. In the left-hand navigation menu, select Automate user management, then expand the Create SFTP Users panel.

    Add SFTP User

  3. Click Add user.

  4. Choose a username that will be unique to your organization and does not contain spaces or special characters (ex: MyOrganization_sftp).

    SFTP config panel

  5. Check the box if you would like to have upload results emails sent to you.

  6. If you would like the upload results emails sent to an additional email address, add that now. You may want to use an alias or distribution list here.

  7. Give your SSH key a name.

  8. Copy and paste your SSH key in the Public key box.

    Note

    The key must start with either ssh-rsa or ssh-dss and should not contain any line breaks.

  9. Click Create user.

    The new SFTP user can now be used to upload CSV files via SFTP.

    SFTP User Added

Create an Integration in SuccessFactors

You can download a CSV template from LinkedIn Learning or work with your LinkedIn Learning Customer Success Manager to create a template that best suits your needs. Detailed instructions for formatting your CSV file can be found here. At minimum, your file will need the column header, primary_email_address, and there can be no duplicate values in this column.

  1. In SuccessFactors, navigate to Integration Center and create a new integration, “Scheduled Simple File Output Integration.”

  2. Select an entity from the list that contains your users’ data.

  3. Choose the fields you would like to include and then click Select.

  4. Under Options, give your new integration a title and description. The output file type should be CSV with a simple header. Click Next.

  5. Configure your fields to match the CSV template from LinkedIn Learning as guidance. When you are done configuring your fields, click Next.

    Note

    Column headers must match the format used in LinkedIn Learning; custom user attributes can also be used and should follow the format attribute_Your Attribute Label (ex: attribute_Business Unit).

  6. Under Destination Settings, use the following values:

    1. SFTP Server Host Address: sftp.linkedin.com
    2. Port: 22
    3. Authentication Type: Certificate based Authentication
    4. Authentication Key: The SSH key you created above
    5. File Name Prefix: Give it a name you prefer.
    6. Date Suffix Format: Optional
    7. File Extension: CSV
    8. File Folder: /
  7. Schedule the integration to run daily or however often you like. Click Next.

  8. Click on Run Now to test the integration. If successful, click on Set Schedule to complete the integration.

Support

Use the following resources if you need assistance adding employee data to LinkedIn Learning.

Supporting Documentation

LinkedIn’s Privacy and Data Security Policy

https://www.linkedin.com/legal/privacy-policy

LinkedIn Security Contacts

If you have any security questions or you would like to report a security issue, write to us at security@linkedin.com.

Back to Top