Hanzo
PlatformHanzo IAMProvidersOAuth

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

  1. Register an application in Azure AD and choose the account type (e.g. single tenant).

azuread_register.png

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

azuread_secret.png

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

azuread_uri.png

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

azuread_permission.png

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

azuread_iam.png

How is this guide?

Last updated on

On this page