- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GetUserIDClaim (0.06 sec)
-
cmd/user-provider-utils.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 4.1K bytes - Viewed (0) -
cmd/admin-handlers-idp-openid.go
arn = dummyRoleARN } matchingCfgName, ok := roleArnMap[arn] if !ok { continue // skip if not part of the target config } var id string if idClaim := globalIAMSys.OpenIDConfig.GetUserIDClaim(matchingCfgName); idClaim != "" { id, _ = accessKey.Claims[idClaim].(string) } if !userSet.IsEmpty() && !userSet.Contains(accessKey.ParentUser) && !userSet.Contains(id) { continue // skip if not in the user list
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:38:46 UTC 2025 - 7.6K bytes - Viewed (0)