Open lukasrad02 opened 7 months ago
Can confirm on NC 28.0.4 in our setup, same behaviour unfortunately.
Same issue appeared to me as well and I created the issue above in Nextcloud server (https://github.com/nextcloud/server/issues/47712) with some more details on the actual bug.
TL;DR: users are granted access to the shares, but they have to accept them manually by visiting the pending shares (https://nextcloud.example.com/apps/files/pendingshares
), even though automatic acceptance is configured (as it is by default).
When a user, who already logged in via OIDC once, gets added to a group, the user does not get access to shares granted to these groups.
Steps to reproduce
/settings/user
).Expected behavior
Bob should be able to see the folder in step 7.
Additional context
This bug seems to be caused by some changes in Nextcloud 28. Performing the steps from above using Nextcloud 27.0.0, the behavior is as expected. Other OIDC apps also seem to be affected (e. g. https://github.com/pulsejet/nextcloud-oidc-login/issues/256).