Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for 1_0 (0.07 sec)

  1. pkg/kubeapiserver/options/authentication.go

    			"will remain disabled, even if the feature gate is set to true. It is highly recommended "+
    			"that this value comply with the OpenID spec: https://openid.net/specs/openid-connect-discovery-1_0.html. "+
    			"In practice, this means that service-account-issuer must be an https URL. It is also highly "+
    			"recommended that this URL be capable of serving OpenID discovery documents at "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 22:40:22 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. cmd/sts-handlers.go

    	}
    	cred, err := auth.GetNewCredentialsWithMetadata(claims, secret)
    	if err != nil {
    		writeSTSErrorResponse(ctx, w, ErrSTSInternalError, err)
    		return
    	}
    
    	// https://openid.net/specs/openid-connect-core-1_0.html#ClaimStability
    	// claim is only considered stable when subject and iss are used together
    	// this is to ensure that ParentUser doesn't change and we get to use
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    			wantErr: `oidc: verify token: oidc: expected audience "my-client" got ["not-my-client"]`,
    		},
    		{
    			// ID tokens may contain multiple audiences:
    			// https://openid.net/specs/openid-connect-core-1_0.html#IDToken
    			name: "multiple-audiences",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    						URL:       "https://auth.example.com",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
Back to top