mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 02:05:23 +02:00
autoprovisioning: sync group memberships
Add support for autoprovisioning group memberships from OIDC claims. Users are added to and removed from groups based on the value of an OIDC claim. If a group does not exist, it is created. Closes: #5538
This commit is contained in:
@@ -88,6 +88,7 @@ func DefaultConfig() *config.Config {
|
||||
Username: "preferred_username",
|
||||
Email: "email",
|
||||
DisplayName: "name",
|
||||
Groups: "groups",
|
||||
},
|
||||
EnableBasicAuth: false,
|
||||
InsecureBackends: false,
|
||||
|
||||
Reference in New Issue
Block a user