---
title: "Integrating OpenID"
slug: "integrating-openid"
updated: 2024-03-14T16:20:06Z
published: 2024-03-14T16:20:06Z
---

> ## 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 OpenID

## What you need to integrate OpenId

### An identity provider that supports OpenId

You can use any identity provider as long as it supports the OpenId authentication protocol.

          Using **Auth0**?

          

Check out our guide on [integrating Auth0](/v3/docs/integrating-auth0).

### Your identity provider's Log Out URL, Authority URL, ClientID, and Client Secret

You need to gather the following information from your identity providers account:

- **Log Out URL**
- **Authority URL**
- **ClientID**
- **Client Secret**

You can find those details through your identity provider's admin dashboard.

## Integrating OpenId

Once you've made sure your identity provider supports OpenId and gathered all the required details from your account, you can enable 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. Toggle on the **OpenId integration**.
4. Toggle on **Create new users in Nexudus if they don't exist** if you want to create a user in Nexudus if the user trying to log in to the Members Portal isn't already registered in Nexudus.
5. Toggle on **Prevent users from using their Nexudus password to log in** if you don't want user to be able to log in using their Nexudus credentials.

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

          

1. Toggle on **Prevent users from using their Nexudus password to log in to this dashboard** if you don't want admins to be able to log in to the Admin Panel using Nexudus 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 trying to log in both as an admin and as a customer to make sure the integration works as you intended.
