Single Sign On

Auth0 SSO configuration

SSO configuration instructions for Auth0.

The following steps outline how to setup Auth0 SSO using SAML.

  1. Create an application representing an Auth0 integration. See the create applications in the Auth0 documentation as a regular web application.
  2. Click into your created application from the list of applications
  3. Click on the Addons tab
  4. Click on SAML2 WEB APP
  5. Click on the Settings tab
  6. Add https://auth.cloud.nextmv.io/saml2/idpresponse for the Application Callback URL
  7. Copy the below JSON document policy for Auth0 configuration. Delete the content in the Settings section on the Settings tab, and paste the below policy. Click the Save button at the bottom of the Settings tab.

{
  "mappings": {
    "user_id": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier",
    "email": "email",
    "name": "name"
  },
  "createUpnClaim": true,
  "passthroughClaimsWithNoMapping": false,
}

Copy
  1. Click on the Usage tab and copy the download link for Identity Provider Metadata: (alternatively you can also save this to a file, and provide the file contents when configuration Nextmv)
  2. Perform Nextmv setup outlined in single-sign-on

Notes:

  • passthroughClaimsWithNoMapping is not required, but minimizes information sent to Nextmv.
  • the specified mappings are required

Save off either the metadata or the metadata url from the Usage tab for configuring Nextmv. The value is the download link for the Identity Provider Metadata: field.

Page last updated