---
title: "Integrating Auth0"
slug: "integrating-auth0"
updated: 2022-08-25T16:13:27Z
published: 2022-08-25T16:13:27Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrating Auth0

## What You Need to Integrate Auth0

### An Auth0 Application Compatible with OpenId

You need an Auth0 account that supports OpenId authentication. Nexudus connects your Auth0 application through the OpenId integration on the Admin Panel, which means it is crucial that your application support the OpenId authentication protocol.

### Your Auth0 Log out URL, Authority URL, Client ID, and Client Secret

You need the following details to enable the integration on the Admin Panel and connect Auth0 to Nexudus.

- **Log out URL**
- **Authority URL**
- **Client ID**
- **Client Secret**

You should be able to find all this information within your Auth0 application.

### 

## Integrating Auth0

Once you've collected all the necessary details from your Auth0 account you can connect it to Nexudus by enabling the OpenId integration on the Admin Panel.

1. Log in to [dashboard.nexudus.com](https://dashboard.nexudus.com/) if you aren't already.
2. Click [**Settings > Integrations > OpenID**](https://dashboard.nexudus.com/settings/integrations/openid).
3. Enable the **OpenId integration** toggle.
4. Enable the **Create new users in Nexudus if they don't exist** toggle if you want to create a user in Nexudus if the user trying to log in to the Members Portal using Auth0 credentials isn't already registered in Nexudus.
5. Enable the **Prevent users from using their Nexudus password to log in** toggle if you only want users to be able to log in to the Members Portal using Auth0 credentials.

          If you enable this toggle and the previous one, users who aren't already registered as members and contacts in Nexudus won't have access to your Members Portal at all.

          

1. Enable the **Prevent users from using their Nexudus password to log in to this dashboard** toggle if you only want admins to be able to log in to the Admin Panel using Auth0 credentials.
2. Add your identity provider's **Log out URL**.
3. Add your identity provider's **Authority URL**.
4. Add your identity provider's **Client ID**.
5. Add your identity provider's **Client Secret**.
6. Click the **Save Changes** button.

---

All set! We recommend you test the integration by logging in as a customer on the Members Portal using Auth0 credentials.
