Configure Federated Authentication from Microsoft Entra ID
On this page
- Limitations
- Prerequisites
- Procedures
- Add Domain users
- Configure Microsoft Entra ID as an Identity Provider
- Add Microsoft Entra ID as an Identity Provider in Cloud Manager
- (Optional) Map an Organization
- (Optional) Configure Advanced Federated Authentication Options
- Sign in to Cloud Manager Using Your Login URL
- OAuth 2.0 authentication for programmatic access to Cloud Manager is available as a Preview feature.
- The feature and the corresponding documentation might change at any time during the Preview period. To use OAuth 2.0 authentication, create a service account to use in your requests to the Cloud Manager Public API.
This guide shows you how to configure federated authentication using Microsoft Entra ID as your IdP.
After integrating Microsoft Entra ID and Cloud Manager, you can use your company's credentials to log in to Cloud Manager and other MongoDB cloud services.
Limitations
Cloud Manager doesn't support single sign-on integration for database users.
Prerequisites
To use Microsoft Entra ID as an IdP for Cloud Manager, you must have:
An Azure subscription. To obtain a subscription, visit the Microsoft Azure portal.
An Microsoft Entra ID tenant associated with your subscription. For information about setting up an Microsoft Entra ID tenant, see the Microsoft Entra ID Documentation.
Global Administrator
privileges in your Microsoft Entra ID tenant.A custom, routable domain name.
Procedures
Add Domain users
If you haven't already, use the Azure console to add your custom domain name to Microsoft Entra ID and create users:
Add your custom domain to Microsoft Entra ID
Add your custom domain name to
Microsoft Entra ID to create users that belong
to your domain. After you add your domain, you must also add the
Microsoft Entra ID DNS information in a TXT
record with your DNS provider and verify the configuration.
To add your custom domain to Microsoft Entra ID, see the Azure documentation.
Create Microsoft Entra ID Users.
If they don't exist already, create users in Microsoft Entra ID that you want to grant database access to. Users must belong to the custom domain you added to Microsoft Entra ID.
To create Microsoft Entra ID users, see the Azure documentation.
Configure Microsoft Entra ID as an Identity Provider
Use the Azure console to configure Microsoft Entra ID as a SAML IdP. You can either add the MongoDB Cloud app from the Gallery or configure an application manually.
Add the MongoDB Cloud app from the gallery.
To add the MongoDB Cloud app to your Microsoft Entra ID tenant, see the Azure documentation.
Assign users to the application.
Assign users to the application. These users will have access to Cloud Manager and other MongoDB cloud services when you complete the tutorial.
To assign Microsoft Entra ID users to an application, see the Azure documentation.
Navigate to the SAML configuration page to begin configuring single sign-on.
To navigate to the SAML configuration page, see the Azure documentation.
Set temporary values for the Identifier and Reply URL.
To generate a valid SAML signing certificate, you must assign temporary values to the Identifier and Reply URL for your Microsoft Entra ID enterprise application. If you download the certificate before setting these values, the downloaded certificate won't be unique and you must download the certificate again after setting these values.
To set the temporary values:
Click Edit in Section 1.
Remove any existing default values and set the following temporary values:
SettingTemporary ValueIdentifier (Entity ID)https://www.okta.com/saml2/service-provider/MongoDBCloud
Reply URL (Assertion Consumer Service URL).https://auth.mongodb.com/sso/saml2/
Click Save.
Refresh the browser page to ensure that the certificate is regenerated.
The certificate's thumbprint and expiration date change from the values they held after the temporary Identifier and Reply URL are updated for the first time.
Optional: Add group claims to the SAML token.
Skip this step if you won't use role mapping.
To use role mapping, add the following group claim to the SAML token that Microsoft Entra ID sends to Cloud Manager:
Click Add a group claim. Azure displays the Group Claims panel.
In Which groups associated with the user should be returned in the claim?, click Security groups. The groups that you can select depend on the type of groups you configured in your Azure environment. You might need to select a different type of group to send the appropriate group information.
From the Source attribute dropdown, select Group Id. If you select Group Id, Azure sends the security group's Object ID and not the human-readable group name. Depending on your Azure environment, you may have the option to select a different source attribute which sends the group name instead. When creating role mappings in Cloud Manager, match the Azure group data sent in the SAML response to the configured MongoDB Atlas role mapping name.
Click Customize the name of the group claim in the Advanced options section.
Set Name to memberOf.
Leave Namespace blank.
Clear Emit groups as role claims.
Click Save.
Add a non-gallery application to Microsoft Entra ID.
Give the application a descriptive name, like MongoDB-Cloud-Manager
.
To add a non-gallery application to Microsoft Entra ID, see the Azure documentation.
Assign users to the application.
Assign users to the application. These users will have access to Cloud Manager and other MongoDB cloud services when you complete the tutorial.
To assign Microsoft Entra ID users to an application, see the Azure documentation.
Navigate to the SAML configuration page to begin configuring single sign-on.
To navigate to the SAML configuration page, see the Azure documentation.
Set temporary values for the Identifier and Reply URL.
To generate a valid SAML signing certificate, you must assign temporary values to the Identifier and Reply URL for your Microsoft Entra ID enterprise application. If you download the certificate before setting these values, the downloaded certificate won't be unique and you must download the certificate again after setting these values.
To set the temporary values:
Click Edit in Section 1.
Remove any existing default values and set the following temporary values:
SettingTemporary ValueIdentifier (Entity ID)https://www.okta.com/saml2/service-provider/MongoDBCloud
Reply URL (Assertion Consumer Service URL).https://auth.mongodb.com/sso/saml2/
Click Save.
Refresh the browser page to ensure that the certificate is regenerated.
The certificate's thumbprint and expiration date change from the values they held after the temporary Identifier and Reply URL are updated for the first time.
Edit the Unique User Identifier required claim.
Use the following values:
Choose name identifier format:
Unspecified
Source:
Attribute
Source attribute:
user.userprincipalname
Note
Depending on your Active Directory configuration, the source attribute you use may be different. Use the source attribute that contains a user's full email address.
To edit the Unique User Identifier required claim, see the Azure documentation.
Add user claims to the SAML token.
Add the following user claims to the SAML token Microsoft Entra ID sends to Cloud Manager:
Important
The values in the Name column are case-sensitive. Enter them exactly as shown.
You must leave the Namespace
field empty for all user claims.
Name | Source | Source Attribute |
---|---|---|
firstName | Attribute | user.givenname |
lastName | Attribute | user.surname |
email | Attribute | user.userprincipalname |
Note
Depending on your Active Directory configuration, the source attributes you use may be different. Use the source attributes that contain a user's first name, last name, and full email address for the appropriate claims.
To add user claims, see the Azure documentation.
Optional: Add group claims to the SAML token.
Skip this step if you won't use role mapping.
To use role mapping, add the following group claim to the SAML token that Microsoft Entra ID sends to Cloud Manager:
Click Add a group claim. Azure displays the Group Claims panel.
In Which groups associated with the user should be returned in the claim?, click Security groups. The groups that you can select depend on the type of groups you configured in your Azure environment. You might need to select a different type of group to send the appropriate group information.
From the Source attribute dropdown, select Group Id. If you select Group Id, Azure sends the security group's Object ID and not the human-readable group name. Depending on your Azure environment, you may have the option to select a different source attribute which sends the group name instead. When creating role mappings in Cloud Manager, match the Azure group data sent in the SAML response to the configured MongoDB Atlas role mapping name.
Click Customize the name of the group claim in the Advanced options section.
Set Name to memberOf.
Leave Namespace blank.
Clear Emit groups as role claims.
Click Save.
Verify that the SAML signing certificate uses SHA-256
.
To verify that the SAML signing certificate uses the SHA-256
signing algorithm, see the Azure documentation.
Add Microsoft Entra ID as an Identity Provider in Cloud Manager
Use the Federation Management Console and the Azure console to add Microsoft Entra ID as an IdP:
In MongoDB Cloud Manager, go to the Organization Settings page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
Click the Organization Settings icon next to the Organizations menu.
The Organization Settings page displays.
Add Microsoft Entra ID to Cloud Manager as an Identity Provider.
Click Add Identity Providers
If you do not have any Identity Providers configured yet, click Setup Identity Provider. Otherwise, On the Identity Providers screen, click Add Identity Provider.
Enter or select the following SAML Protocol Settings. All fields are required:
FieldDescriptionConfiguration NameEnter a descriptive name, such as Microsoft Entra ID.IdP Issuer URIPaste the Microsoft Entra ID Identifier you copied from Azure earlier in the tutorial.IdP Single Sign-On URLPaste the Login URL you copied from Azure earlier in the tutorial.IdP Signature CertificateUpload the
Base64
-encoded SAML signing certificate you downloaded from Azure earlier in the tutorial.You can either:
Upload the certificate from your computer, or
Paste the contents of the certificate into a text box.
Request BindingSelect HTTP POST.Response Signature AlgorithmSelect SHA-256.Click Next.
Upload the metadata file to Azure to finish configuring Microsoft Entra ID as an IdP.
To upload the file, see the screenshot in step 3 of Enable single sign-on for an app in the Azure documentation. Click Upload metadata file on the SSO configuration page, as shown in the screenshot in the linked Azure documentation.
Optionally, add a RelayState URL to your IdP to send users to a URL you choose and avoid unnecessary redirects after login. You can use:
Destination | RelayState URL | |
---|---|---|
MongoDB MongoDB Cloud Manager | The Login URL that was generated for your identity
provider configuration in the MongoDB Cloud Manager
Federation Management App. | |
MongoDB Support Portal |
| |
MongoDB University |
| |
MongoDB Community Forums |
| |
MongoDB Feedback Engine |
| |
MongoDB JIRA |
|
Map your Domain
Mapping your domain to the IdP lets Cloud Manager know that users from your domain should be directed to the Login URL for your identity provider configuration.
When users visit the Cloud Manager login page, they enter their email address. If the email domain is associated with an IdP, they are sent to the Login URL for that IdP.
Important
You can map a single domain to multiple identity providers. If you do, users who log in using the MongoDB Cloud console are automatically redirected to the first matching IdP mapped to the domain.
To log in using an alternative identity provider, users must either:
Initiate the MongoDB Cloud login through the desired IdP, or
Log in using the Login URL associated with the desired IdP.
Use the Federation Management Console to map your domain to the IdP:
In MongoDB Cloud Manager, go to the Organization Settings page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
Click the Organization Settings icon next to the Organizations menu.
The Organization Settings page displays.
Enter domain mapping information.
Click Add a Domain.
On the Domains screen, click Add Domain.
Enter the following information for your domain mapping:
FieldDescriptionDisplay NameName to easily identify the domain.Domain NameDomain name to map.Click Next.
Choose how to verify your domain.
Note
You can choose the verification method once. It cannot be modified. To select a different verification method, delete and recreate the domain mapping.
Select the appropriate tab based on whether you are verifying your domain by uploading an HTML file or creating a DNS TXT record:
Upload an HTML file containing a verification key to verify that you own your domain.
Click HTML File Upload.
Click Next.
Download the
mongodb-site-verification.html
file that Cloud Manager provides.Upload the HTML file to a web site on your domain. You must be able to access the file at
<https://host.domain>/mongodb-site-verification.html
.Click Finish.
Create a DNS TXT record with your domain provider to verify that you own your domain. Each DNS record associates a specific Cloud Manager organization with a specific domain.
Click DNS Record.
Click Next.
Copy the provided TXT record. The TXT record has the following form:
mongodb-site-verification=<32-character string> Log in to your domain name provider (such as GoDaddy.com or networksolutions.com).
Add the TXT record that Cloud Manager provides to your domain.
Return to Cloud Manager and click Finish.
Associate Your Domain with Your Identity Provider
After successfully verifying your domain, use the Federation Management Console to associate the domain with Microsoft Entra ID:
Test Your Domain Mapping
Important
Before you begin testing, copy and save the Bypass SAML Mode URL for your IdP. Use this URL to bypass federated authentication in the event that you are locked out of your Cloud Manager organization.
While testing, keep your session logged in to the Federation Management Console to further ensure against lockouts.
To learn more about Bypass SAML Mode, see Bypass SAML Mode.
Use the Federation Management Console to test the integration between your domain and Microsoft Entra ID:
Click Next.
If you mapped your domain correctly, you're redirected to your IdP to authenticate. If authenticating with your IdP succeeds, you're redirected back to Cloud Manager.
Note
You can bypass the Cloud Manager log in page by navigating directly to your IdP's Login URL. The Login URL takes you directly to your IdP to authenticate.
(Optional) Map an Organization
Use the Federation Management Console to assign your domain's users access to specific Cloud Manager organizations:
In MongoDB Cloud Manager, go to the Organization Settings page.
If it's not already displayed, select your desired organization from the Organizations menu in the navigation bar.
Click the Organization Settings icon next to the Organizations menu.
The Organization Settings page displays.
Connect an organization to the Federation Application.
Click View Organizations.
Cloud Manager displays all organizations where you are an
Organization Owner
.Organizations which are not already connected to the Federation Application have Connect button in the Actions column.
Click the desired organization's Connect button.
Apply an Identity Provider to the organization.
From the Organizations screen in the management console:
Click the Name of the organization you want to map to an IdP.
On the Identity Provider screen, click Apply Identity Provider.
Cloud Manager directs you to the Identity Providers screen which shows all IdPs you have linked to Cloud Manager.
For the IdP you want to apply to the organization, click Modify.
At the bottom of the Edit Identity Provider form, select the organizations to which this IdP applies.
Click Next.
Click Finish.
(Optional) Configure Advanced Federated Authentication Options
You can configure the following advanced options for federated authentication for greater control over your federated users and authentication flow:
Note
The following advanced options for federated authentication require you to map an organization.
Sign in to Cloud Manager Using Your Login URL
All users you assigned to the Azure application can log in to Cloud Manager using their Microsoft Entra ID credentials on the Login URL. Users have access to the organizations you mapped to your IdP.
Important
You can map a single domain to multiple identity providers. If you do, users who log in using the MongoDB Cloud console are automatically redirected to the first matching IdP mapped to the domain.
To log in using an alternative identity provider, users must either:
Initiate the MongoDB Cloud login through the desired IdP, or
Log in using the Login URL associated with the desired IdP.
If you selected a default organization role, new users who log in to Cloud Manager using the Login URL have the role you specified.