Auth0 SSO SAML2

In this section you will learn about Auth0 SSO SAML2

1. Go to SSO Applications

2. Create a new SSO application

3. Go to Auth0 applications and create new Application

4. Activate SAML2 Web App

5. Specify mappings in Settings

{
  "mappings": {
    "email": "Email",
    "given_name": "FirstName",
    "family_name": "LastName"
  }
}

6. Download metadata

7. Upload metadata and set ACS url in Auth0

8. You are all set

SSO button should appear automatically on the login and register pages when visiting Jet Admin from your custom domain.

Last updated