Integration capabilities
Overview
Whether your team is using SocialTalent in a stand-alone experience, or with a Learning Management System or a Learning Experience Platform, SocialTalent offers integration options around: single sign-on, content integrations, data and learning statistics
Single Sign-on (SSO)
To reap the benefits of SocialTalent’s world-leading learning we advise all customers to avail of our SSO capabilities to ensure simple and secure access. SSO allows your learners to seamlessly log in to Social Talent without the requirement to manage another password. SocialTalent supports the SAML 2.0 standard to enable SSO. Click here for more technical information regarding SSO.
API
SocialTalent can also integrate with most major Learning Management System APIs for sharing content and completion data. Please get in touch with your SocialTalent Customer Experience Manager for more information.
Content Integrations
SocialTalent LMS Integration Data Fields
Our integration sends two types of data to your LMS (via our middleware provider StackOne):
Content data
Completion data
Content data parameters
Field | Description | Field Value |
Content ID | Unique identifier for the content | Content ID |
Content title | Name/title of the content | Content title |
Content description | Summary or description of the content | Content description |
Content language | The default language of the content | en_US (hardcoded) |
Content link (Explore) | Shareable link to access the content | Shareable explore link |
Cover image url
| Web address for the image representing the content. | Cover image url
|
Whether the content is active and available for users.
| Shows if the content is available for users — always set to "true".
| true(hardcoded)
|
Content duration in seconds, formatted in ISO 8601.
| How long the content lasts, shown in ISO 8601 format (e.g., PT31S = 31 seconds). | PT31S(example)
|
Provider category, fetched on initial configuration
| The content’s source category, assigned when it was first configured.
| Provider category, fetched on initial configuration
|
Completion data parameters
Field | Description | Field Value |
User ID | Unique identifier for the learner | Pulled from the sync process |
Learning object reference | ID of the completed content | Content ID |
Content reference | Another reference to the content | Content ID |
Completion timestamp | Exact time when the course was finished | YYYY-MM-DDTHH:MM:SS.00Z (e.g. 2025-07-01T06:09:34.00Z) |
Completion result | Status of the completion | Pass (hardcoded) |