- Go to Dashboard > Applications > Applications and either create a new application or click the name of an application to update.
- Go to the Addons tab and enable the SAML2 Web App toggle.
-
On the Settings tab, set the Application Callback URL to:
https://{yourDomain}.litmos.com/integration/samllogin
. -
Paste the following code into the Settings text box and click Debug.
export const codeExample =
{ "mappings": { "user_id": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier", "email": "Email", "given_name": "FirstName", "family_name": "LastName" }, "createUpnClaim": false, "passthroughClaimsWithNoMapping": false, "mapUnknownClaimsAsIs": false, "mapIdentities": false, "signatureAlgorithm": "rsa-sha1", "digestAlgorithm": "sha1", "destination": "https://{yourDomain}.litmos.com/integration/samllogin", "lifetimeInSeconds": 3600, "signResponse": false, "nameIdentifierFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "nameIdentifierProbes": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" ] }
;
- Scroll to the bottom of the page and click Enable.
-
On the Usage tab, locate Identity Provider Metadata, and click Download to download the metadata file. You’ll need this when you configure Auth0 as the identity provider.