Share via

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

Yogendra 0 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 Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. Danny Zollner 10,821 Reputation points Microsoft Employee Moderator
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.