Why are users being added as "none none"?

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Sometimes when a user first signs into Datadog with SAML / SSO, their name is displayed on the team page as “none none” in place of their username. This can be especially noticeable in (but is not limited to) cases where users are created through JIT provisioning. Seeing “none none” indicates a problem with the setup of their account’s SAML assertion—specifically the “sn” and “givenName” attributes included in it. “sn” stands for “surname”—the user’s last name; “givenName” would be the user’s first name.

These attributes, which are configured for the user’s respective assertion within the IdP, are responsible for setting the user’s name in Datadog. If these attributes are incorrectly set in the assertion, or not set at all, “none none” can end up being the displayed username in Datadog.

Solution

Confirm that you have correctly configured these assertion attributes within your IdP. Directions are detailed in the SAML documentation (see the setting attributes section).

If you’ve confirmed these are set but continue to experience trouble, contact Datadog support.