Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for superset (0.03 sec)

  1. cmd/admin-handlers-idp-openid.go

    		}
    		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
    		}
    		openIDUserAccessKeys, ok := cfgToUsersMap[matchingCfgName][accessKey.ParentUser]
    
    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