--- title: "Integrating Auth0" slug: "integrating-auth0" updated: 2022-08-25T16:13:27Z published: 2022-08-25T16:13:27Z canonical: "help.nexudus.com/integrating-auth0" --- > ## 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 {{variable.Auth0}} ### An {{variable.Auth0}} Application Compatible with {{variable.OpenId}} You need an {{variable.Auth0}} account that supports {{variable.OpenId}} authentication. {{variable.Nexudus}} connects your {{variable.Auth0}} application through the {{variable.OpenId}} integration on the {{variable.AdminPanel}}, which means it is crucial that your application support the {{variable.OpenId}} authentication protocol. ### Your {{variable.Auth0}} Log out URL, Authority URL, Client ID, and Client Secret You need the following details to enable the integration on the {{variable.AdminPanel}} and connect {{variable.Auth0}} to {{variable.Nexudus}}. * **Log out URL** * **Authority URL** * **Client ID** * **Client Secret** You should be able to find all this information within your {{variable.Auth0}} application. ### ## Integrating {{variable.Auth0}} Once you've collected all the necessary details from your {{variable.Auth0}} account you can connect it to {{variable.Nexudus}} by enabling the {{variable.OpenId}} integration on the {{variable.AdminPanel}}. 1. {{snippet.FirstStepProcedure}} 2. {{snippet.OpenIDPath}} 3. Enable the **OpenId integration** toggle. 4. Enable the **Create new users in {{variable.Nexudus}} if they don't exist** toggle if you want to create a user in {{variable.Nexudus}} if the user trying to log in to the {{variable.MembersPortal}} using Auth0 credentials isn't already registered in {{variable.Nexudus}}. 5. Enable the **Prevent users from using their {{variable.Nexudus}} password to log in** toggle if you only want users to be able to log in to the Members Portal using {{variable.Auth0}} credentials. :::(Warning) (If you enable this toggle and the previous one, users who aren't already registered as members and contacts in {{variable.Nexudus}} won't have access to your {{variable.MembersPortal}} at all.) ::: 6. Enable the **Prevent users from using their {{variable.Nexudus}} password to log in to this dashboard** toggle if you only want admins to be able to log in to the {{variable.AdminPanel}} using {{variable.Auth0}} credentials. 7. Add your identity provider's **Log out URL**. 8. Add your identity provider's **Authority URL**. 9. Add your identity provider's **Client ID**. 10. Add your identity provider's **Client Secret**. 11. {{snippet.Save_Changes}} * * * {{variable.IntegrationComplete}} We recommend you test the integration by logging in as a customer on the {{variable.MembersPortal}} using {{variable.Auth0}} credentials.