packages/integrations-docs/src/integrations_docs/docs/azure_auth.md
The Azure Auth Manager Integration allows your app to authenticate users through Microsoft Azure Active Directory (Azure AD). This integration provides secure OAuth 2.0 authentication and supports multi-tenant applications with customizable tenant access.
Before connecting, you need to register your app in Azure Portal:
1 - Go to Azure Portal → App Registrations
2 - Click New registration as shown in the image below:
3 - Register your app. Ensure that for the Redirect URI you select Web and enter the following URI that you find in the Azure Auth Manager integration settings in AI Builder:
https://{your-sandbox}/authorization-code/callback
4 - On the next page get your client_id (AZURE_CLIENT_ID) and tenant_id (AZURE_VALID_TENANT_IDS) from the Overview tab.
5 - Next click Add a certificate or secret and copy the generated secret value (AZURE_CLIENT_SECRET).
@ and then clicking the Integrations tab at the top.Your app can now authenticate users through Azure AD with secure OAuth 2.0 flow.