Azure AD OAuth
Add Microsoft Azure Active Directory as an OAuth provider.
Azure Active Directory (Azure AD) provides a single identity for cloud and on-premises apps. Use it as an OAuth provider in Hanzo IAM so users can sign in with their Microsoft accounts.
Register an application
- Register an application in Azure AD and choose the account type (e.g. single tenant).

- Create a client secret and save the value (it is shown only once).

- Under Authentication, add Redirect URIs for Hanzo IAM (e.g.
https://your-iam.com/callback).

- Under API permissions, add the scopes you need (e.g.
User.Read). Click Grant admin consent.

- In Hanzo IAM, create an OAuth provider, set Type to Azure AD, and enter the Client ID and Client Secret from the Azure app.

How is this guide?
Last updated on