Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetUserIDClaim (0.17 sec)

  1. 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)
Back to top