Articles in this section

Set up a connection to Auth0

Auth0 is a cloud-based identity and access management (IAM) platform that helps businesses securely authenticate users and manage authorization.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

API type * 

Choose your Auth0 account API type:

  • Management: Manage users, roles, permissions, connections, and tenant settings for admin operations, automation, and back-end integrations.

  • My account: Let end users manage their own profile, security settings, and linked accounts to build secure, self-service account management experiences.

Management API type

Tenant domain * 

Enter your Auth0 account tenant domain. For example, if your account URL is https://manage.auth0.com/dashboard/dev-6ljhqh2ct4wo15by/, then dev-6ljhqh2ct4wo15by is your tenant domain.

Region * 

Select your Auth0 account region (Australia, CA, EU, Japan, UK, or US).

OAuth 2.0 client * 

Select the OAuth 2.0 client that stores the client ID and client secret provided to you by Auth0.

To add an OAuth 2.0 client and configure your credentials, click the plus (+) button. Click the edit (pencil.svg) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource

dataLoad.svg​​ How to retrieve the client ID and client secret

Audience * 

Enter your Auth0 API audience.

dataLoad.svg​​ How to retrieve the audience

My account API type

Tenant domain * 

Enter your Auth0 account tenant domain. For example, if your account URL is https://manage.auth0.com/dashboard/dev-6ljhqh2ct4wo15by/, then dev-6ljhqh2ct4wo15by is your tenant domain.

Region * 

Select your Auth0 account region (Australia, CA, EU, Japan, UK, or US).

OAuth 2.0 client * 

Select the OAuth 2.0 client that stores the client ID and client secret provided to you by Auth0.

To add an OAuth 2.0 client and configure your credentials, click the plus (+) button. Click the edit (pencil.svg) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource

dataLoad.svg​​ How to retrieve the client ID and client secret

Grant type * 

Select your OAuth 2.0 grant type (either Authorization code or Authorization code with PKCE).

API audience * 

Enter your Auth0 API audience.

dataLoad.svg​​ How to retrieve the API audience

Scope * 

Scopes are OAuth 2.0 permissions that Auth0 defines to limit access to your account.

dataLoad.svg​​ How to configure scopes

Note

This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see OAuth 2.0 auth universal connector documentation.

How to retrieve the client ID and client secret

  1. Sign in to your Auth0 account.

  2. Navigate to Applications > Applications.

  3. Click Create application.

  4. Enter a Name.

  5. Select an Application type.

  6. Click Create.

  7. Navigate to Settings.

  8. Copy the Client ID.

  9. Copy the Client secret.

How to retrieve the API audience

  1. Sign in to your Auth0 account.

  2. Navigate to Applications > APIs.

  3. Copy the API audience.

How to configure scopes

  1. Click Scope.

  2. To access all of the scopes in the API, click the » button.

    – or – 

    Check the scopes you want to add and click the>button.

  3. Click Save.

Additional references