LogoLogo
HOMEBLOG
  • Getting Started
  • Connect to Data
    • Projects
    • Data Connectors
      • Google BigQuery
      • Google Cloud Storage
      • Iceberg
      • Snowflake
      • AWS S3
      • AWS Athena
      • AWS Redshift
      • Databricks Delta
      • Azure Blob
      • Salesforce
      • SAP Hana
      • File Path Options
      • SQL Server
      • Trino
    • Connection Modes
    • Triggering Scans
    • Configuring a Data Source
  • Profiling Data
    • Data Health Metrics
    • Data Health Overview Page
    • Interactive Profiling Tool: Investigator
    • Data Diff
    • Compound Attributes
      • List of Supported Functions
  • Monitoring Data
    • Data Quality Metrics
    • Alert Policies
    • Data Trends and Alerts
    • Metrics Inspector
  • Data Quality Rules
    • Rules Expression Examples
  • PII Data Detection
  • Remediation
    • Data Binning
    • Circuit Breaker
  • Integrations
    • Jira Integration
    • Slack
    • Jobs Status Notification
  • User Management
    • Microsoft Entra IDP Setup
    • Auth0 Setup
    • Okta SSO Setup
    • SSO Configuration
  • API Reference
    • Authentication API
    • API Keys
    • Telmai IP List
    • Get Google Service Account API
  • Source APIs
    • Source APIs
  • Upload Data APIs
    • Upload data from Cloud
      • RedShift Request data
      • GCS Request data
      • Azure Request data
      • GBQ Request data
      • Snowflake Request data
      • Amazon S3 Request data
      • Delta Lake Request
      • Trino Request data
    • Track upload job
    • Check for alerts
  • Admin APIs
    • User Management
  • Telmai Releases
    • Release Notes
      • 25.2.1
      • 25.2.0
      • 25.1.3
      • 25.1.2
      • 25.1.0
Powered by GitBook
On this page
  1. User Management

Auth0 Setup

This guide outlines the steps to register an application in Auth0 for use as an OpenID Connect (OIDC) provider.

PreviousMicrosoft Entra IDP SetupNextOkta SSO Setup

Last updated 2 days ago

Register an OIDC App in Auth0

1. Log in to Auth0 Dashboard

Go to and sign in to your Auth0 tenant.

2. Navigate to Applications

From the dashboard, go to Applications > Applications and click + Create Application.

3. Register the Application

Complete the following fields in the "Create Application" dialog:

  • Name: Enter a descriptive name for your application (e.g., Telmai-OIDC-App).

  • Application Type: Choose Regular Web Applications.

Click Create.

4. Configure the Application

After creating the application, configure its settings:

  • Callback URL: Enter the redirect URI provided by Telmai. This will likely follow the format: https://<your-telmai-instance>.okta.com/oauth2/v1/authorize/callback. Please confirm the exact redirect URL with Telmai.

  • Under Advanced Settings -> OAuth:

    • JSON Web Token (JWT) Signature Algorithm: Choose RS256.

    • Grant Types: Select Implicit, Authorization Code, Refresh Token, and Client Credentials.

Click Save Changes.

5. Enable Supported Connections

Under the Connections tab of the application:

  • Enable the appropriate database, enterprise, or social login providers that your users will utilize.

  • Ensure users are provisioned or available under the selected connection.

Click Save Changes.

6. Post-Registration Configuration

Once saved, copy the following details from your application's settings, as you will need them for Telmai's configuration:

  • Client ID

  • Client Secret

  • Endpoints -> OAuth -> All the OAuth Endpoints


https://manage.auth0.com