# Auth0 SSO SAML2

### 1. Go to SSO Applications

![](/files/-M0UKeS9Ky35jgU28qnx)

### 2. Create a new SSO application

![](/files/-MRzEnIgtsG5Vs1b6DyS)

### 3. Go to Auth0 applications and create new Application

![](/files/-MRzEyp5oJDkqZAMJ61p)

![](/files/-MRzF1didlzstICgICUW)

### 4. Activate SAML2 Web App

![](/files/-MRzF9dhlzr3QIRjZTWP)

### 5. Specify mappings in Settings

![](/files/-MRzFLKCD4IB_nYHEbgb)

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

### 6. Download metadata

![](/files/-MRzFgjlV1Hbf9hsB--B)

### 7. Upload metadata and set ACS url in Auth0

![](/files/-MRzG-0thn6iYxneKfNf)

### 8. You are all set <a href="#id-10-you-are-all-set" id="id-10-you-are-all-set"></a>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jetadmin.io/user-guide/security-and-privacy/sign-in-sign-up/auth0-sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
