--- title: "Configuring Entra ID for Verax" slug: "entra-id" status: "update" updated: 2026-09-07T12:53:06Z published: 2026-09-07T12:53:06Z canonical: "docs.verax.ai/entra-id" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.verax.ai/llms.txt > Use this file to discover all available pages before exploring further. # Configuring Entra ID for Verax Follow these steps to configure Entra ID for Verax: 1. ### In the Azure portal, go to **Entra ID > App registrations** and click **New registration**. 2. Enter an application name, select **Accounts in this organizational directory only (Single tenant)**, and add the following **Web** **Redirect URIs**: `https://internal.verax.ai/oidc/callback` `https://console.verax.ai:3002/auth/sso/ENTRA_ID/callback` 3. After the app is created, go to **API permissions** and add Microsoft Graph permissions: - Application permissions *→ User.Read.All* - Application permission *→ Groups.Read.All* - Delegated permissions *→ User.Read* 4. Click **Grant admin consent** for the tenant. 5. Go to **Token configuration**, add a **Groups claim**, and include **Security groups**. 6. Go to **Certificates & secrets**, create a **Client secret**, and copy its value. 7. Copy the **Tenant ID** and **Application (Client) ID**, then paste the **Tenant ID**, **Client ID**, and **Client Secret** into Verax to complete the connection.