Draft: Use case insensitive checks for group mapping and always create groups using lowercase names
1 unresolved thread
Compare changes
Files
3+ 11
− 2
@@ -8,6 +8,7 @@ package claims
@@ -33,13 +34,16 @@ func FilterGroups(groups []string, allowed []string, denied []string) []string {
@@ -53,6 +57,9 @@ func MapGroups(groups []string, group_map map[string]string) []string {
@@ -65,7 +72,9 @@ func MapGroups(groups []string, group_map map[string]string) []string {