---
source_url: "https://auth0.com/ai/docs/integrations/microsoft-azure"
title: Microsoft Entra Integration - Auth0 for AI Agents
mirrored_at: 2026-08-09T01:08:44.669Z
host: auth0.com
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/auth0.com/ai/docs/integrations/microsoft-azure"
---

> **Original source:** https://auth0.com/ai/docs/integrations/microsoft-azure

The Microsoft Entra integration allows users to authenticate with your AI agents using their Microsoft Entra identity. This integration provides access to Microsoft’s ecosystem of applications and services and is essential for B2B scenarios where users need to access their work data and collaborate through Microsoft services.

## Connect Microsoft Entra with Auth0

To set up a Microsoft Entra connection with Auth0, follow the [Connect Your App to Microsoft Entra](https://auth0.com/docs/authenticate/identity-providers/enterprise-identity-providers/azure-active-directory/v2) detailed guide.

## Token Vault configuration example

To configure the Token Vault for your Microsoft Entra connection, you can use the following code snippet in your application:

## Next steps

-   To learn how to configure applications to access Token Vault, read [Configure Token Vault](https://auth0.com/docs/secure/tokens/token-vault/configure-token-vault).
-   If your application uses [Organizations](https://auth0.com/docs/manage-users/organizations), authenticate the user with the target organization before initiating the Connected Accounts flow. Connected accounts remain linked to the individual user profile.
-   To learn how to get an access token to make a tool call, complete the [Call other’s APIs on user’s behalf Quickstart](https://auth0.com/ai/docs/get-started/call-others-apis-on-users-behalf).