SSO OIDC
imc Learning Suite supports several protocols to be used to enable a login to the LMS via Single Sign-on (SSO). This Service Description covers the process of enabling SSO via the OpenID Connect protocol (OIDC). OpenID Connect (OIDC) is an authentication protocol built on top of OAuth 2.0, allowing clients to verify a user's identity based on the authentication performed by an authorisation server. It provides an ID token alongside access tokens, enabling secure and straightforward Single Sign-On (SSO) across multiple applications. OIDC is widely used for its simplicity, security, and ability to integrate with various identity providers.
This document describes the necessary steps to get SSO via OIDC up and running.