docs: add Docebo SSO configuration and category ID guidance#396
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
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.
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>
mstrivens
force-pushed
the
docs/docebo-sso-and-categories
branch
from
July 17, 2026 16:10
4674b09 to
667d729
Compare
jerann
approved these changes
Jul 17, 2026
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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