nextcloud-oidc-login icon indicating copy to clipboard operation
nextcloud-oidc-login copied to clipboard

oidc_login_default_group works unexpected

Open billypon opened this issue 1 year ago • 4 comments

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

billypon avatar Dec 27 '24 13:12 billypon

Seems like an upstream issue rather than this plugin

pulsejet avatar Jan 04 '25 15:01 pulsejet

Seems like an upstream issue rather than this plugin

for example?

billypon avatar Jan 07 '25 12:01 billypon

This plugin only adds the user to the group, it doesn't handle files. That's done by the nextcloud server

pulsejet avatar Jan 07 '25 14:01 pulsejet

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?

billypon avatar Jan 08 '25 14:01 billypon