---
title: "Configuring Entra ID for Verax"
slug: "entra-id"
updated: 2026-05-14T14:14:35Z
published: 2026-05-14T14:14:35Z
---

> ## 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 a **Web** **Redirect URI**:

`https://internal.verax.ai/oidc/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.
