Azure AD SCIM User Provisioning: Enable provisioning of specific group syncs with "Sync All Users and Groups" option selected in provisioning job

Ruchi 406 Reputation points
2023-03-30T10:16:18.4066667+00:00

When the SCIM provisioning job in Azure AD is configured with the option "Sync All Users and Groups", please suggest if there any way with which provisioning job can be restricted to send sync events to specific groups which are required for target system.

Basically the requirement is to provision all users and specific groups sync from azure directory.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Danny Zollner 10,801 Reputation points Microsoft Employee Moderator
    2023-03-30T14:40:21.2166667+00:00

    It is not possible at this time to configure "All Users" and "Assigned Groups" - both object types have to be set as either All or Assigned jointly.

    You can accomplish this goal however by using the Sync Assigned setting, creating a dynamic "all users" group (AAD Premium P1 feature) and giving it a criteria that pulls in all members, such as users where accountEnabled equals True. You can assign that group and then filter the "all users" group object itself out via the Scoping Filters feature - creating a filter akin to "filter groups where displayName eq 'all users'" or "filter groups where objectId eq XYZ" to block the group object itself while still allowing all users inside of it to be in scope.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Rohit Kumar Sinha 1,336 Reputation points
    2023-03-30T13:01:03.8466667+00:00

    Hi Ruchi ,

    You have the option to select the Scope while configuring Provisioning in the Application , there you can select either all users and groups or assigned users and Groups. Check below Screenshot:

    User's image

    If the above is useful please click Accept Answer.

    0 comments No comments

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.