If you use Azure AD as your SAML identity provider (IdP), you can use the information in this document to set up SAML authentication for your LMS.
These steps assume that you have permissions for modifying your organization’s Azure AD portal.
Note: These steps reflect a third-party application and are subject to change without our knowledge. However, even if the steps described here do not fully match the screens you see in your IdP account, using these steps along with the IdP’s documentation should still enable you to configure the integration.
In this step, you'll provide the LMS with the SAML Identity provider values it needs to communicate with Azure AD.
| Copy Azure AD Field Value | to | LMS Field Value |
|---|---|---|
| Azure AD Identifier | > | Entity ID / Issuer URL |
| Login URL | > | SAML 2.0 Endpoint / SSO URL |
| Logout URL | > | SLO Endpoint / Logout URL |
| SAML Signing Certificate > Certificate (Base64) > Download (& open in text editor) | > | X.509 Certificate |
After copying values from the SSO tab into the Identity Provider Details section of the LMS, it should look something like this:
In this step, we’ll define the service provider values that Azure AD will need to identify your app.
| Copy LMS Field Value | to | Azure AD Field |
|---|---|---|
| Entity ID | > | Identifier (Entity ID) |
| Assertion Consumer Service / SSO Service | > | Reply URL (Assertion Consumer Service URL) |
| Assertion Consumer Service / SSO Service | > | Sign On URL (* remove '/acs' from the end of this URL) |
| Single Logout Service | > | Logout URL |
In this step, we’ll define the information about the user (id, email address, first name, last name) that need to be passed to the LMS.
| Field | > | Value |
|---|---|---|
| emailAddress | > | user.mail |
| firstName | > | user.givenname |
| lastName | > | user.surname |
Note: Even though Azure AD may provide additional user data that can be passed as parameters, only the paramters listed above are compatible with the LMS; all other values will be ignored.
At this point you've completed all the necessary steps to configure the LMS application in Azure AD.
In the LMS, on the Add A New Integration screen, finish configuring the User Login settings and then click Save
to save the integration in the LMS.
To test your new integration, you'll need to give users access to your new application in Azure AD before using the newly generated LMS login
link for this integration. For more information on granting users access to your application via Azure AD, please refer to the IdP's documentation.