forked from baron/baron-sso
offline 스코프 제거, rp_claims 값 표준화
This commit is contained in:
@@ -115,7 +115,7 @@ func tenantNamespaceIDsFromTraits(traits map[string]any) []string {
|
||||
}
|
||||
ids := make([]string, 0)
|
||||
for key, value := range traits {
|
||||
if key == "" || key == "metadata" {
|
||||
if key == "" || isReservedTenantTraitKey(key) {
|
||||
continue
|
||||
}
|
||||
switch value.(type) {
|
||||
|
||||
Reference in New Issue
Block a user