Facing issue with one particular field mapping. urn:ietf:params:scim:schemas:extension:ilms:2.0:User:manager.email

Yogendra 20 Reputation points
2024-10-09T07:37:03.46+00:00

I am able to create the custom attribute & then map it with the Azure field.

But I am facing issue with one particular field mapping.

I have added a custom attribute urn:ietf:params:scim:schemas:extension:ilms:2.0:User:manager.email. Now I want to map it with the Email property of the Manager. But Source attribute dropdown does not have attribute for manager's email. Source attribute dropdown contains manager field but it maps only userId & displayName.image

Is there any other way using which we can map the emailId of Manager with the custom attribute?

Thanks In Advance

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,788 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Danny Zollner 10,056 Reputation points Microsoft Employee
    2024-10-09T15:31:05.54+00:00

    This isn't possible for two reasons:

    • Entra ID doesn't have "manager's email" as an attribute on a user. Source attributes can only be attributes on the source object being provisioned, not from related/linked objects like managers.
    • The custom attribute you've added, manager.email, is a complex SCIM attribute. Entra's app provisioning service does not support adding custom attributes that are complex or multi-valued.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.