Configure SAML single sign-on (SSO) for Hybrid Manager (HM) using Microsoft Entra ID (formerly known as Azure AD) as your identity provider (IdP). It covers the specific field mappings between the Microsoft Entra admin center and the HM console.
For a general overview of the SAML configuration process in HM, see Configuring your IdP in the HM console.
Before you begin
Before starting, confirm the following:
- You must be an HM organization owner to configure an IdP in HM.
- The user accounts you want to use with HM must have the Email attribute populated in their Microsoft Entra ID profile. This attribute isn't always set by default. See Add or update a user's profile information in the Microsoft documentation.
Starting the SAML configuration in HM
- In the HM console, select Settings > Identity Providers.
- Select Add Identity Provider.
- Select the SAML tab.
- Copy the following values — you'll need them for the Microsoft Entra ID configuration:
- Assertion Consumer Service URL
- Audience URI (SP Entity ID)
Important
Don't close or navigate away from this page until you complete the HM configuration. The Assertion Consumer Service URL and Audience URI change each time you start a new configuration.
Creating an enterprise application in Microsoft Entra ID
In a separate browser tab:
Sign in to the Microsoft Entra admin center and go to Entra ID > Enterprise apps > All applications.
Select New application > Create your own application.
Enter a name for the application, for example,
edb-hybrid-manager.Select Integrate any other application you don't find in the gallery (Non-gallery) and select Create.
In the application overview, select Single sign-on > SAML.
In the Basic SAML Configuration section, select Edit and enter the following:
Microsoft Entra ID field Value Identifier (Entity ID) Paste the Audience URI from HM Reply URL (Assertion Consumer Service URL) Paste the Assertion Consumer Service URL from HM Leave all other fields empty unless your organization requires them.
Select Save.
Verify that the default attributes and claims are sufficient for HM:
Claim name Value emailaddressuser.mailnameuser.displaynameUnique User Identifier user.userprincipalnamegroupsuser.groupsNote
The
groupsclaim is optional. Configure it only if you want to enable role mapping from Microsoft Entra ID groups to HM roles. Claim names and values can vary depending on your organization's Microsoft Entra ID configuration, so work with your IT department to confirm the correct values for your environment.In the SAML Certificates section, select Download next to Certificate (Base64) and save the file.
In the Set up \<your-app-name> section, copy the Login URL.
Completing the SAML configuration in HM
Return to the HM browser tab and enter the following:
In the Name field, enter a unique name for this identity provider.
In the Description field, enter an optional description.
In Single Sign-On URL, paste the Login URL from Microsoft Entra ID.
Under Signature Certificate File, upload the Base64 certificate you downloaded from Microsoft Entra ID.
Under NameID Format, select Email Address.
Enter the following attribute values:
HM field Value Username Attribute http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameEmail Attribute http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddressNote
These values reflect the default Microsoft Entra ID claim URIs and can vary depending on your organization's configuration. Work with your IT department to confirm the correct values.
(Optional) To enable role mapping, configure group attribute mapping:
HM field Value Groups Attribute The SAML attribute name containing the user's group memberships Groups Delimiter The delimiter separating multiple groups in the attribute value. Leave empty if your IdP sends groups as separate attribute values. Select Save & Test to validate the connection.