Skillsoft's Learning Tools Interoperability (LTI) solution allows you to integrate Skillsoft content with a third party LTI system, or Tool Consumer (TC), such as Blackboard or Canvas. An LTI integration:
LTI Workflow:
Prerequisites
In order to implement the LTI solution, you need a Skillport 8 site with OLSA. Your Skillsoft Account representative must configure OLSA to:
Consumer Key and Shared Secret
LTI uses a consumer key and shared secret to establish a connection. Work with your Skillsoft Account representative to manually create these values:
Once you determine these values, your Account rep will add them to the appropriate parameter in your Skillport site.
User ID and Asset ID
There are two additional parameters that your Account representative will set in your Skillport site:
Both the userID and the assetID values are retrieved from the Echo page, defined below.
Echo Page
Skillsoft's LTI solution includes an Echo page that returns all LTI launch parameters, including the userID and assetID. You will need to create an LTI resource (link) in your TC that links to the Echo page.
To create the link to the Echo page, create a new resource in your TC, such as Blackboard, and add a URL constructed as follows:
{OLSA endpoint root}/olsa/echo.jsp
Example:
http://someolsaroot.skillwsa.com/olsa/echo.jsp
After you create this resource, click the link and then send the results of the Echo page to your Skillsoft Account rep, who will add the userID and assetID (if desired) values to the appropriate location in your Skillport site.
Creating Launch URLs
Once your Skillsoft Account representative adds all necessary parameter values to your Skillport site, you can create resources in your TC that include links (launch URLs) to your licensed Skillsoft content.
There are two options for creating an asset launch link within a course.
To use this option, construct the URL as follows:
{OLSA endpoint root}/olsa/lti/<sname>/<assetid>
Example:
https://customer.skillwsa.com/olsa/lti/spcustomer/comm_01_a01_bs_enus
To use this option, construct the URL as follows:
{OLSA endpoint root}/olsa/lti/<sname>
Example:
https://mysite.skillwsa.com/olsa/lti/spmysite
Note: The launch URL accepts both HTTP and HTTPS protocols.
Assign the Asset to your Learners
Once you have created the resources with the launch URLs, follow the guidelines provided by your TC to assign the assets to your learners.