-
Notifications
You must be signed in to change notification settings - Fork 187
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
OCM. Prevent federated users from being added as members of the space #10051
Closed
Tracked by
#9735
Labels
Comments
55 tasks
ScharfViktor
moved this from Qualification
to Prio 3 or less
in Infinite Scale Team Board
Sep 13, 2024
9 tasks
53 tasks
github-project-automation
bot
moved this from Prio 3 or less
to Done
in Infinite Scale Team Board
Sep 17, 2024
Related issue owncloud/web#11579 |
2 tasks
anon-pradip
added a commit
that referenced
this issue
Oct 1, 2024
9 tasks
anon-pradip
added a commit
that referenced
this issue
Oct 1, 2024
anon-pradip
added a commit
that referenced
this issue
Oct 1, 2024
anon-pradip
added a commit
that referenced
this issue
Oct 1, 2024
anon-pradip
added a commit
that referenced
this issue
Oct 1, 2024
anon-pradip
added a commit
that referenced
this issue
Oct 1, 2024
anon-pradip
added a commit
that referenced
this issue
Oct 2, 2024
anon-pradip
added a commit
that referenced
this issue
Oct 3, 2024
anon-pradip
added a commit
that referenced
this issue
Oct 4, 2024
need also prevent adding members to space using "https://ocis-server:9200/graph/v1beta1/drives/spaceUUID/items/spaceUUID/invite" endpoint |
github-project-automation
bot
moved this from Done
to In progress
in Infinite Scale Team Board
Oct 7, 2024
9 tasks
github-project-automation
bot
moved this from Prio 3 or less
to Done
in Infinite Scale Team Board
Oct 16, 2024
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 6.3.0
web 10.2.0
ocm setup, see here https://owncloud.dev/ocis/development/testing/#running-test-suite-with-federated-sharing-ocm
Steps:
Expected: 403 Forbidden
Actual:
curl -k -X POST 'https://ocis-server:9200/graph/v1beta1/drives/space_uuid/root/invite' -u admin:admin -d '{"roles":["a8d5fe5e-96e3-418d-825b-534dbdf22b99"],"recipients":[{"objectId":"external_user_uuid: ","@libre.graph.recipient.type":"user"}]}' -v
gets 200 OK - but user hasn't access to space
The text was updated successfully, but these errors were encountered: