Skip to main content

Get credentials

1

Create an application

Go to the Auth0 dashboard and create a Regular Web Application.Set the Allowed Callback URL to:
2

Copy your credentials

From the application settings, copy the Domain, Client ID, and Client Secret.Your domain looks like your-tenant.auth0.com.

Configuration

lib/kavach.ts

Scopes

Default scopes: openid, profile, email
Auth0 supports custom scopes and roles via the Management API. Standard OIDC scopes work out of the box.

Endpoints

Last modified on April 29, 2026