📘

Please be aware that configuring Single Sign-On (SSO) is a technical procedure. We strongly advise involving your IT team for assistance with the setup.

Welcome to this walkthrough on how to set up SSO with OpenID.

What information do I need to provide to Lepaya to set up OpenID Connect SSO?

To be able to setup the OpenID Connect SSO for the Lepaya Learning Platform, we need you to provide the following information about OpenID Connect provider to your Onboarding & Implementation Manager:

  • Issuer URL - We need this information to be able to connect to, and fetch configuration of the OpenID Connect provider that you use at your end for user authentication(and it usually looks like this https://<auth/id>.<your_domain.com>/oidc/.well-known/openid-configuration)
  • ClientID - We need this information to be able to authenticate and communicate with the OpenID Connect provider you provided us with as a previous parameter
  • ClientSecret - This parameter might be optional but in most cases it is required for successful authentication and communication with the OpenID Connect provider mentioned previously.
  • Client secret expiry date - this will allow us to reach out to you before it expires to make sure we configure a new one.

Once we have this information, we will configure the SSO from our side.

What do I need to configure?

After you have provided us with the above information, you should set the callback URLs inside your OIDC(OpenID Connect) configuration to:

https://lepaya.eu.auth0.com/login/callback
https://auth.lepaya.com/login/callback

Testing

Please check here!