Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RC (0.26 sec)

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

    		// Add new user to map if not already present
    		if !ok {
    			var readableClaim string
    			if rc := globalIAMSys.OpenIDConfig.GetUserReadableClaim(matchingCfgName); rc != "" {
    				readableClaim, _ = accessKey.Claims[rc].(string)
    			}
    			openIDUserAccessKeys = madmin.OpenIDUserAccessKeys{
    				MinioAccessKey: accessKey.ParentUser,
    				ID:             id,
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:38:46 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  2. go.sum

    github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
    github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
    github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:33:19 UTC 2025
    - 79.9K bytes
    - Viewed (0)
Back to top