Implementing Single Sign-On (SSO) between Disco LMS and Moodle to create a unified authentication experience that allows learners to seamlessly move between platforms without repeated logins.
I expect you te create a disco lms, moodle test account
Implementation Strategies
Option 1: Shared Identity Provider Approach
The most scalable approach involves using a centralized Identity Provider that both Disco and Moodle authenticate against . This method provides:Unified User Management: All user accounts are managed in a single location, simplifying administration and ensuring consistency
IdP Microsoft Azure AD
Option 2: Moodle as Identity Provider
Organizations primarily using Moodle can configure it as the Identity Provider for Disco13. This approach involves:
Installing SAML IdP Plugin: Configure Moodle with SimpleSAMLphp to act as an Identity Provider13
Disco Configuration: Set up Disco to authenticate against Moodle's SAML endpoint2
User Attribute Mapping: Ensure proper mapping of user attributes between systems