Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go

    			return nil, false, fmt.Errorf("oidc: required claim %s not present in ID token", claim)
    		}
    
    		// NOTE: Only string values are supported as valid required claim values.
    		var claimValue string
    		if err := c.unmarshalClaim(claim, &claimValue); err != nil {
    			return nil, false, fmt.Errorf("oidc: parse claim %s: %w", claim, err)
    		}
    		if claimValue != value {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top