You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sharing a resource to a federated user with permissions role Secure Viewer via API, the federated user can access to the share.
When enabling all the permissions role , the enabled permissions role are not available on UI as they are filtered out and only two permissions Can View and Can edit are available.
But the behavior is different with API, resources can be shared with permissions role Secure Viewer.
Steps to reproduce
Enable all permissions role
Local user Alice creates a file textfile.txt
Alilce shares the file with permissions role Secure Viewer to federated user Brian via API
Describe the bug
When sharing a resource to a federated user with permissions role
Secure Viewer
via API, the federated user can access to the share.When enabling all the permissions role , the enabled permissions role are not available on UI as they are filtered out and only two permissions
Can View
andCan edit
are available.But the behavior is different with API, resources can be shared with permissions role
Secure Viewer
.Steps to reproduce
Alice
creates a filetextfile.txt
Alilce
shares the file with permissions roleSecure Viewer
to federated userBrian
via APIBrian
lists the sharessharedWithMe
Expected behavior
The resource shared with permissions role
Secure Viewer
should not be shared with userBrian
and the resource should not be listed for user Brian.Actual behavior
The response
sharedWithMe
lists the shared resource.Also, for user Brian the share is accessed with PROPFIND request:
Federated user cannot download this share shared with
Secure Viewer
.Reported in: #10822
The text was updated successfully, but these errors were encountered: