Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for idTokenVerifier (0.1 sec)

  1. security/pkg/server/ca/authenticate/oidc.go

    )
    
    type JwtAuthenticator struct {
    	// holder of a mesh configuration for dynamically updating trust domain
    	meshHolder mesh.Holder
    	audiences  []string
    	verifier   *oidc.IDTokenVerifier
    }
    
    var _ security.Authenticator = &JwtAuthenticator{}
    
    // newJwtAuthenticator is used when running istiod outside of a cluster, to validate the tokens using OIDC
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top