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
- Go to Auth0
- Sign in with the Auth0 account.
Step 2: Get Domain
- 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
- Navigate to Applications → Applications in the Dashboard.
- Click Create Application
- Choose Machine to Machine Application.
- Authorize it to use the Auth0 Management API.
- 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
- Click Save.
- After save, a dialog will show:
- Client ID → Use this in your application
- Client Secret → Use this securely in your application