Azure AD SCIM User Provisioning : Post requests to create user in target application doesn't contain information about groups to which user belongs to in Azure AD

Ruchi 386 Reputation points
2023-03-21T08:02:35.47+00:00

While Azure AD SCIM client sends user creation POST request to create user object in target system, it doesn't contain the information about the group to which User is associated in Azure AD. Is there any way to enable the option to get this information during user auto provisioning using SCIM integration.

Also the groups object gets updated with member list through multiple patch requests. Is there any way to track if the user-group association in target application is up to date with all relevant groups having users added in the member list.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,473 questions
0 comments No comments
{count} votes

Accepted answer
  1. Danny Zollner 9,521 Reputation points Microsoft Employee
    2023-03-21T16:02:24.91+00:00

    You need to add support for the /Groups endpoint and enable/configure that in your provisioning job in AAD. Per the SCIM spec, the "groups" attribute on the user resource is readOnly mutability and cannot be used to manipulate a user's group memberships.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful