mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
reintroduce Skip users groups in token option
This commit is contained in:
@@ -18,7 +18,7 @@ type Config struct {
|
||||
TokenManager *TokenManager `yaml:"token_manager"`
|
||||
Reva *Reva `yaml:"reva"`
|
||||
|
||||
SkipUserGroupsInToken bool `yaml:"-"`
|
||||
SkipUserGroupsInToken bool `yaml:"skip_user_groups_in_token" env:"AUTH_BEARER_SKIP_USER_GROUPS_IN_TOKEN"`
|
||||
|
||||
OIDC OIDC `yaml:"oidc"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user