Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-16 17:31:51 +01:00
parent 64ad309923
commit 747b2879d7
13 changed files with 72 additions and 71 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func WithRolesClaim(claim string) Option {
}
}
// WithRoleMapping configures the map of ocis role names to claims values
// WithRoleMapping configures the map of OpenCloud role names to claims values
func WithRoleMapping(roleMap []config.RoleMapping) Option {
return func(o *Options) {
o.roleMapping = roleMap