Skip to content

Manually backport known issue for SPO connector about DLS permission inheritance #130230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 8.19
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,19 @@ If the configuration `Enumerate All Sites?` is enabled, incremental syncs may no
Drive Item documents that were deleted between incremental syncs may not be detected as deleted.
+
*Workaround*: Disable `Enumerate All Sites?`, and configure full site paths for all desired sites.

+
** *ACL is not properly inherited for Site Pages and List Items inside of a folder with Unique Permissions when DLS is enabled with Fetch unique list item permissions, Fetch unique page permissions or Fetch drive item permissions*
+
There is a known issue with ACL propagation when List Items, Site Pages or Drive Items are located inside of a folder that has Unique permissions enabled. Consider the following example:
+
```
[0] Root Site (Access: All)
[1] Subsite Travel (Access: inherit)
[2] Folder "/es" (Access: Spanish Employees)
[3] Page "destinations.html" (Access: inherit)
```
Expected permissions for `destinations.html` should be `Access: Spanish Employees`, but will be `Access: All`, because permissions will be assumed from Subsite Travel, rather than folder "/es".
+
Refer to <<es-connectors-known-issues>> for a list of known issues for all connectors.

[discrete#es-connectors-sharepoint-online-client-troubleshooting]
Expand Down