Skip to main content

How to integrate Auth0 Account?

Overview

To authenticate and use the Auth0, you will need:

  • Domain
  • Client ID
  • Client Secret

Step 1: Login to Auth0 Portal

  1. Go to Auth0
  2. Sign in with the Auth0 account.

Step 2: Get Domain

  1. Your Domain is the base URL for your tenant. For example, Auth0: Secure access for everyone. But not just anyone.

Step 3: Get the Client ID and Client Secret

  1. Navigate to Applications → Applications in the Dashboard.
  2. Click Create Application
  3. Choose Machine to Machine Application.
  4. Authorize it to use the Auth0 Management API.
  5. Select the following scopes:
    • read:users
    • read:organizations
    • create:organization_members
    • read:organization_members
    • read:organization_member_roles
    • read:sessions
    • read:log_streams
    • create:log_streams
    • delete:log_streams
    • update:log_streams
  6. Click Save.
  7. After save, a dialog will show:
    • Client ID → Use this in your application
    • Client Secret → Use this securely in your application