[INT-7242] Added IDP SSO configuration guides for T2#293
Open
[INT-7242] Added IDP SSO configuration guides for T2#293
Conversation
…rations - Create new /sso directory with configuration guides for popular IDPs - Add SSO Configuration Overview with general concepts and best practices - Add detailed guides for Okta, Azure AD, Google Workspace, and OneLogin - Each guide includes step-by-step attribute configuration for lms_user_id - Update integrations.mdx with new SSO Configuration section - Add SSO reference sections to popular LMS guides (Docebo, Cornerstone, Workday Learning) - Include specific attribute mapping recommendations for each LMS platform - Follow existing documentation standards with proper frontmatter and IntegrationFooter 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Max Strivens <mstrivens@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive SSO configuration guides for Identity Providers (IDPs) to enable T2 configurability of SSO identifiers for LMS User Completions Requests. It provides detailed step-by-step instructions for configuring custom SSO attributes across major IDP platforms.
- Adds a comprehensive SSO configuration overview guide explaining concepts and best practices
- Creates detailed configuration guides for four major IDPs: Okta, Azure AD, Google Workspace, and OneLogin
- Introduces a reusable LMS identifiers snippet for consistent attribute mapping guidance across guides
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| snippets/lms-identifiers.mdx | New snippet containing common LMS attribute mapping examples for reuse across IDP guides |
| integration-configuration-concepts/idp/sso-configuration-overview.mdx | Comprehensive overview guide explaining SSO concepts, use cases, and configuration steps |
| integration-configuration-concepts/idp/onelogin-sso-configuration.mdx | Detailed OneLogin SSO configuration guide with step-by-step instructions |
| integration-configuration-concepts/idp/okta-sso-configuration.mdx | Complete Okta SSO configuration guide for LMS integrations |
| integration-configuration-concepts/idp/google-workspace-sso-configuration.mdx | Google Workspace SAML attribute configuration guide |
| integration-configuration-concepts/idp/azure-ad-sso-configuration.mdx | Azure AD (Microsoft Entra ID) SSO configuration guide |
| integration-configuration-concepts.mdx | Updated index page to include new IDP SSO configuration guides |
| connection-guides/lms/docebo.mdx | Added IntegrationFooter import and component usage |
| CLAUDE.md | Added comprehensive documentation standards and rules file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Summary by cubic
Added SSO configuration docs for Okta, Azure AD, Google Workspace, and OneLogin, plus an overview and LMS attribute mappings, to enable T2 configuration of SSO identifiers for LMS user completions. Addresses INT-7242 by documenting how to set and map custom IDP attributes like lms_user_id.