# Auth0 OIDC Configuration

## Step 1. **Create an application**

1. Log in to <https://manage.auth0.com/>.
2. Navigate to **Getting started** and click **Create Application.**
3. Do one of the following:
   * &#x20;If you don't have any specific requirements for your environment, select either **Single Web Page Applications** or **Regular Web Applications**.
   * If you know that your environment requires a specific type of application, select that type.
4. Click **Create.**
5. Select the **Settings** tab and copy the values of **Client ID** and **Client Secret**.
6. In the **Allowed Callback URLs** field, specify `https://pbi.parallels.com/rbi/oidc/signin/callback` and `https://pbi.parallels.com/owner/test-idp`.
7. Select the **Endpoints** tab in the **Advanced settings** section and copy the value of the **OpenID Configuration** fiel&#x64;**.**

## Step 2. Adding users

1. In the left pane, navigate to **Users** under **User Management**.
2. Navigate to **Create Users** and click **Create User.**&#x20;
3. Add the email and password of the user.
4. (Optional) Verify the user's email:
   1. Click the three dots button.
   2. In **Details**, go to email and verify the email.

## Step 3. IdP Configuration

1. Once the above steps are completed, copy the values from which should mimic the table below, and paste them into the Parallels Browser Isolation IDP configuration section as shown below:

<table data-full-width="true"><thead><tr><th width="166">Settings</th><th width="289">Value</th><th>Details</th></tr></thead><tbody><tr><td><strong>Domain</strong></td><td>Ex: acme.com or parallels.com or &#x3C;yourorgdomain.com></td><td>The domain name should always match the value used in the email or UPN after the "@" symbol. [Ex; login using TestUser@pbi.parallels.com or TestUser@acme.com]</td></tr><tr><td><strong>Discovery URL</strong></td><td><a href="https://dev-a46mlenq5bmkqj4i.uk.auth0.com/.well-known/openid-configuration">https://{Auth0domain}/.well-known/openid-configuration</a></td><td>Copy this value from Auth0 IDP Settings. It should follow the format specified in the Value Column</td></tr><tr><td><strong>Client ID</strong></td><td>******************</td><td>Copy this value from Auth0 IDP Settings</td></tr><tr><td><strong>Client Secret</strong></td><td>******************</td><td>Copy this value from Auth0 IDP Settings</td></tr><tr><td><strong>Username Claim Name</strong></td><td><a href="https://auth0.com/docs/secure/tokens/json-web-tokens/create-custom-claims#:~:text=middle_name-,name,-nickname">name</a></td><td><p>For more info visit;</p><p><a href="https://auth0.com/docs/secure/tokens/json-web-tokens/create-custom-claims">https://auth0.com/docs/secure/tokens/json-web-tokens/create-custom-claims</a></p></td></tr><tr><td><strong>Groups Claim Name</strong></td><td>groups</td><td><p>For more info visit; </p><p><a href="https://auth0.com/docs/secure/tokens/json-web-tokens/create-custom-claims">https://auth0.com/docs/secure/tokens/json-web-tokens/create-custom-claims</a></p></td></tr></tbody></table>

<div align="left"><figure><img src="/files/bxD02QNiKgdqT5E1okDP" alt="" width="563"><figcaption></figcaption></figure></div>

2. Click **Save** and proceed with adding users using the Admin Management section that was configured in the OIDC.


---

# 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.parallels.com/landing/pbi-guides/parallels-browser-isolation-administrators-guide/appendix/idp-configuration/auth0-oidc-configuration.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.
