The Microsoft integration enables your AI Agents to access Microsoft applications and services.

Overview

The Microsoft integration provides access to Microsoft’s ecosystem of applications and services. This integration is essential for B2B scenarios where users need to access their work data and collaborate through Microsoft services.

Configuration

2

Set up app in Microsoft

  1. Register an app in Azure using Microsoft’s Quickstart: Register an application with the Microsoft identity platform documentation.
  2. During this process, Microsoft will generate an Application (client) ID and a Client Secret for your application; make note of these.
3

Configure for Auth0

  1. Use the following settings when configuring your app:
  • Redirect URI: https://YOUR_DOMAIN/login/callback
Find your Auth0 domain nameIf your Auth0 domain name is not shown above and you are not using our custom domains feature, your domain name is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus.auth0.com. For example, if your tenant name were exampleco-enterprises, your Auth0 domain name would be exampleco-enterprises.us.auth0.com and your redirect URI would be https://exampleco-enterprises.us.auth0.com/login/callback. (If your tenant is in the US and was created before June 2020, then your domain name would be https://exampleco-enterprises.auth0.com.)If you are using custom domains, your redirect URI will have the following format: https://<YOUR CUSTOM DOMAIN>/login/callback.

Configure Token Vault

You will need to configure your connection so it can retrieve and store access tokens for third-party APIs. Auth0’s Token Vault organizes the access and refresh tokens of federated connections in secure tokensets. Applications can then access the Token Vault to retrieve access tokens to call third-party APIs. To learn more, read Configure Token Vault.