oidc_login_default_group works unexpected
Nextcloud Server: v30.0.4 App Version: v3.2.0
description:
group all has shared files from another user.
oidc_login_default_group is set to all, an when new user logged in by oidc server, user is in group all.
but the new user can't see any shared files.
expect: the new user is in target group, and can see shared files
Seems like an upstream issue rather than this plugin
Seems like an upstream issue rather than this plugin
for example?
This plugin only adds the user to the group, it doesn't handle files. That's done by the nextcloud server
This plugin only adds the user to the group, it doesn't handle files. That's done by the nextcloud server
do this plugin done all jobs for adding user to group? like trigger handler and etc... i don't know how the process logic is, maybe this plugin miss something for new server verion?