- 27 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Auth0
- Updated on 27 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Auth0 is an authentication and authorization platform. It provides a set of tools and services that enables developers to easily add authentication, and authorization flows to their applications. For more information, refer to Auth0’s official documentation.
Integration Method: API
Tables: API Activity (6003), Authentication (3002)
This integration supports the following events.
Event | Description |
---|---|
Logs | Retrieve a list of logs of api and authentication activities |
This integration supports the following versions.
Auth0 API Version | v2 |
Prerequisites
The user should have access to the Auth0 Dashboard and valid client credentials.
The user should have access to the DataBee console.
Configuration Overview
Create an application with required permissions to fetch the data.
Create Auth0 data feed in the DataBee console with the required Client credentials.
DataBee Parameter
Auth0 Parameter
Client Key
Client ID
Client Secret
Client Secret
Token URL
https://<domain>/oauth/token
Auth0 Configuration
Log in to Auth0 dashboard by using your account credential.
Under Applications, select Applications.
Select Create Application.
In the “Create application” window enter your Application ‘Name’ and select Machine to Machine Applications then click on Create.
Select Auth0 Management API.
In the “Authorize Machine to Machine Application” window provide the below mentioned permissions and then select Authorize.
read:logs
read:logs_users
Select the Settings tab.
Scroll down to Basic Information and you can find your credentials. Please copy Domain, Client ID and Client Secret and store them securely as they will be used further while configuring data feed in DataBee.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for the Auth0 and click it as shown below.
Click on the API Ingest option for collection method.
Enter feed contact information and click Next.
In the configuration page, confirm the following:
Authorization Method: OAuth2
API Base URL: replace <domain> placeholder in https://<domain> with domain name generated before.
Client key: paste Client Id.
Client secret: paste Client Secret.
Token URL: replace <domain> placeholder with the Domain generated earlier.
Event Types: preselected for all the event types that integration pulls.
Audience URL: paste https://<domain>/api/v2/, here replace <domain> placeholder with domain name generated before.
Click Submit.
Troubleshooting Tips
Ensure the client credentials are pasted correctly. Visit settings page on the dashboard and copy the credentials from there. paste it on a text editor to ensure no spaces or unexpected characters are included and reconfigure the DataBee feed.
Ensure the permissions given to application are correct.
Ensure that Audience URL is correctly configured in the format mentioned above. Check for the trailing slash (i.e. “/”) in the Audience URL as well.