# AUTH0

#### Step 1 - Configure SSO in AUTH0

* Log in to AUTH0 developer console <https://developer.auth0.com/>.&#x20;
* Go to Dashboard > Applications > Applications and create a new application.

  <figure><img src="/files/q1DyvKFBwZV44zKmW0vZ" alt=""><figcaption></figcaption></figure>
* Provide a name and select Requalr Web Application. Click on Create button to create a new application.

  <figure><img src="/files/tpnWXbMfSD1QJrleMv9N" alt=""><figcaption></figcaption></figure>
* Select the Addons tab.

  <figure><img src="/files/o14B0TQFlgiIFvzdMrDi" alt=""><figcaption></figcaption></figure>
* Enable the SAML2 Web App toggle.

  <figure><img src="/files/qaJ5MZFtTLcvpvwdtXbS" alt=""><figcaption></figcaption></figure>
* On the Settings tab, enter the Application Callback URL to which the SAML assertions should be sent after Auth0 has authenticated the user(Replace this with your actual URL). Copy the **nameIdentifierProbes** for name and email. Scroll to the bottom of the tab and click Enable.

  <figure><img src="/files/isZh7DHOlgKLI9XBvx51" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/qjEoWVPQIUEDswn0G7Bf" alt=""><figcaption></figcaption></figure>
* Click on the Usage tab to view the information that you need to configure the service provider application. Copy the issuer, Identity Provider Login UR&#x4C;**,** and download Identity Provider Metadata.

  <figure><img src="/files/DTBgD9h3JYd9WiC1e0z5" alt=""><figcaption></figcaption></figure>

#### **Step 2 - Configure AUTH0 Details in CloudIO**

* Login to CloudIO and navigate to the settings tab

  ![](/files/zIjJgvikkaC4h0MfmF4L)
* Select SAML Auth provider and configure the below details from Step 1

  <figure><img src="/files/CQ4Zakg6kucYhc9KCQAL" alt=""><figcaption></figcaption></figure>


---

# 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://next-docs.cloudio.io/app-deployment/configure-sso/saml/auth0.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.
