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

Prev Next

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.