Connect Microsoft Azure with Auth0
To set up a Microsoft Azure connection with Auth0, follow the Connect Your App to Microsoft Azure Active Directory detailed guide.This guide walks you through setting up the Microsoft Azure connection in Auth0. For an end-to-end example that shows how to set up your app to call third-party APIs on the user's behalf using a connection like this, read the Call Other's APIs on User's Behalf Quickstart.
Token Vault configuration example
To configure the Token Vault for your Microsoft Azure connection, you can use the following code snippet in your application:Next steps
- To learn how to link user accounts, read Client-initiated account linking.
- To learn how to configure applications to access Token Vault, read Configure Token Vault.
- To learn how to get an access token to make a tool call, complete the Call other’s APIs on user’s behalf Quickstart.