Share via

SCIM user provisioning setup with manager attribute

Stefan Vuckovic 51 Reputation points
2020-12-06T21:50:01.417+00:00

Hello, I am trying to get the correct setup for the 'manager' attribute that comes from the SCIM protocol, enterprise user extension.
According to the SCIM protocol, this is a complex type attribute with 3 sub-attributes: 'value', '$ref', and read-only 'displayName'. But the default setup from Azure AD actually sends manager as a simple attribute:
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager": "user-id".

Is there a way to get the setup that follows the SCIM specification and sends "manager" with "value" and "$ref"?

Regards

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

2 answers

Sort by: Most helpful
  1. Abhijeet-MSFT 551 Reputation points Microsoft Employee
    2020-12-10T09:34:44.927+00:00

    Hi @Stefan Vuckovic , The SCIM RFC 4.3 does not require any of these attributes to be mandatory, as such we are only sending ID at the moment. Long term we may have a plan to send manager with value but currently there is no way to achieve it.


  2. Abhijeet-MSFT 551 Reputation points Microsoft Employee
    2020-12-07T01:17:23.557+00:00

    I dont think Azure AD Provisioning allows sending any other attribute for manager except id. Let me confirm and come back on this.

    0 comments No comments

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.