Auth0
Source Connector
Overview
The source connector fetches data from the Auth0 Management API.
Streams
Data Source | Stream Name |
---|---|
log events | logs |
list users | users |
Prerequisites
Authentication
The following authentication options are supported by this connector:
Authentication Method | Supported | Documentation |
---|---|---|
OAuth2 Access Tokens | yes | Access Tokens |
Client ID and Client Assertion (confidential applications) | no | |
Client ID and Client Secret (confidential applications) | yes | Client secret authentication |
Client ID (public applications) | no |
Configuration
The following fields are used to configure the source connector:
Field | Required | Description | Example |
---|---|---|---|
Base URL | yes | Base URL of the Auth0 management console | https://dev-12345678.us.auth0.com/ |
Authentication Method | yes | See Below |
Authentication
Client ID and Client Secret (confidential applications)
The following fields are specific for the Client ID and Client Secret (confidential applications) authentication method.
Field | Required | Example |
---|---|---|
Audience | yes | https://dev-12345678.us.auth0.com/api/v2/ |
Client ID | yes | |
Client Secret | yes |
OAuth2 Access Token
The following fields are specific for the OAuth2 Access Token authentication method.
Field | Required | Description |
---|---|---|
OAuth2 Access Token | yes | Auth0 Management API Access Token |
Connector Limitations
- This connector is restricted by rate limits.
Updated about 2 months ago