![]() |
VOOZH | about |
This page provides troubleshooting instructions for common errors during Security Assertion Markup Language (SAML) authentication.
If you come across an error message from the list below, there may be an issue with your mappings configuration in Datadog or in your identity provider (IdP) configuration.
SAML is not enabled for this orgArf. Unknown UserThere are No Authn Mappings for this UserAssertion could not be validatedSAML NO HANDLE ERRORNo active account for a userTo resolve, see the section below for the specific error.
SAML is turned off for your account. Navigate to Login Methods. In the SAML section, ensure that Enabled by Default is set to On.
Note: Configuring SAML requires the Datadog Admin Role or the Org Management (org_management) permission.
There is a mismatch with your mappings configuration in Datadog and your configuration in your IdP. See Roles errors.
After enabling IdP initiated login in Datadog, the Assertion Consumer Service (ACS) URLs in your IdP configuration may be incorrect. Alternatively, your assertions may be unsigned. For more information, see Assertions and attributes.
Your assertion may be missing the required eduPersonPrincipalName attribute. Confirm that this attribute is set in your configuration. For more information, see Assertions and attributes.
This error can occur as a result of the following scenarios:
There is no active account for error occurs, re-enable the user in User settings.If you are having trouble updating your IdP metadata file, verify that the metadata file you are trying to upload is valid.
To validate your metadata file:
When mappings are enabled, users logging in with SAML to a Datadog account are permanently stripped of their current roles. Datadog assigns new roles based on the details in the SAML assertion passed on from your IdP.
Users who log in with SAML and do not have values that map to a Datadog role are permanently stripped of all roles. That user may no longer log in.
If you have group mappings set and are not able to see your roles, your group mappings in the Datadog application may appear differently in your IdP. To verify:
<saml2:Attribute Name="member_of"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
>
<saml2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string"
>name_of_your_group_goes_here</saml2:AttributeValue>
</saml2:Attribute>
memberof is a set attribute in Datadog, and it’s member_Of in your SAML assertion, resolve accordingly.Discrepancies may occur when there is no match or a mismatch between the attribute key and value. For example, if you see a key value pair of memberOf and name_of_your_group_goes_here in SAML Group Mappings, you run into an issue because this pair is not included in the assertion sent over from your IdP.
If you are having trouble logging in because of a role-based error, contact your Administrator to complete the troubleshooting steps above.
Notes:
Each IdP provides different types of attributes, and different ways to set attributes. For example, Azure uses object IDs for their attribute, or if you’re using Okta, you must set attributes in Okta settings. Reference your IdP’s attribute documentation for information.
When you disable SAML Group Mappings, users are allowed to log in with SAML and have the same roles they are assigned to—even if the group membership changed in your IdP.
If you encounter an error coming from your IdP such as Google, Active Directory, Azure, Okta, and more:
If you are unable to log in to your account, an IdP certificate may have expired and rotated, prompting a general SAML error.
Some questions to ask yourself that can help narrow down whether you have a certificate issue:
To resolve, ensure IdP certificates are up-to-date within your IdP’s settings and that you have uploaded the most recent metadata file from your IdP in Datadog.
If you are still having trouble logging into Datadog, contact Datadog support.
In your message, provide a screen recording of your login process and include responses to the following questions:
Before reaching out to Datadog support, contact your Administrator. You may need to also reach out your identity provider to resolve login issues.
Additional helpful documentation, links, and articles:
| |