mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-17 19:08:36 -06:00
fix: change default config for the role mapping
This commit is contained in:
committed by
Ralf Haferkamp
parent
23eafebf24
commit
643d4ccbfb
5
changelog/unreleased/fix-default-roles-assignment.md
Normal file
5
changelog/unreleased/fix-default-roles-assignment.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Correct the default mapping of roles
|
||||
|
||||
The default config for the OIDC role mapping was incorrect. Lightweight users are now assignable.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8534
|
||||
@@ -65,7 +65,7 @@ func DefaultConfig() *config.Config {
|
||||
{RoleName: "admin", ClaimValue: "ocisAdmin"},
|
||||
{RoleName: "spaceadmin", ClaimValue: "ocisSpaceAdmin"},
|
||||
{RoleName: "user", ClaimValue: "ocisUser"},
|
||||
{RoleName: "guest", ClaimValue: "ocisGuest"},
|
||||
{RoleName: "user-light", ClaimValue: "ocisGuest"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user