Uh oh!
There was an error while loading. Please reload this page.
docs: add Docebo SSO configuration and category ID guidance - #396
Conversation
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Docebo LMS connection guide to help integrators (a) attribute completions to the correct learner via SSO, and (b) locate the correct category identifier before assigning content to a category.
Changes:
- Adds an optional step explaining how to find a category’s StackOne ID via the “List Categories” request.
- Adds an “SSO Configuration” section describing how to expose Docebo
user_idvia the standardlms_user_idSSO field for completion attribution.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Adds an SSO Configuration section to the Docebo connection guide covering the standard lms_user_id -> Docebo user_id mapping needed for completion tracking, plus a step on retrieving a category's StackOne ID via the List Categories request. Mirrors the SAP SuccessFactors guide. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4674b09 to
667d729ComparePreview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Uh oh!
There was an error while loading. Please reload this page.
What
Adds two things to the Docebo connection guide (
connection-guides/lms/docebo.mdx):lms_user_idto the Docebouser_idso completions are attributed to the correct learner.Why
Completion tracking needs the Docebo
user_idto reach the completion request. Since the SSO handshake is between Docebo and the content provider (StackOne isn't in it), the T2 exposes it vialms_user_idand the content provider passes it on.lms_user_idis the standard field name across LMS connectors. Mirrors the SAP SuccessFactors guide.The docs.stackone.com counterpart is StackOneHQ/docs#1015.
🤖 Generated with Claude Code