Code Fix: SharePoint Online group memberships are not updated

  • 3 May 2023
  • 0 replies
  • 98 views

Badge +9

Issue Description

When you add or remove users and use the MS Graph provider to sync AAD users, SharePoint group memberships are not updated.

Resolution

The fix is available in:

  1. Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed.
  2. Download the latest Fix Pack using the links in the table above for the version you require.
  3. Install the Fix Pack to apply the fix.
 

Considerations

​To fix the issue, you have to run the following script after installing this fix pack. This will allow a full ETL to run and will align the group memberships:
 

UPDATE [SyncEngine].[RepositoryConfig]

SET [ConfigValue] = ''

WHERE [ConfigKey] IN ('IdentityState', 'MembershipState')


0 replies

Be the first to reply!

Reply