We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6be43 commit 65ac180Copy full SHA for 65ac180
oidc/oidc.go
@@ -79,7 +79,7 @@ func getClient(ctx context.Context) *http.Client {
79
// provider, err := oidc.NewProvider(ctx, discoveryBaseURL)
80
//
81
// This is insecure because validating the correct issuer is critical for multi-tenant
82
-// proivders. Any overrides here MUST be carefully reviewed.
+// providers. Any overrides here MUST be carefully reviewed.
83
func InsecureIssuerURLContext(ctx context.Context, issuerURL string) context.Context {
84
return context.WithValue(ctx, issuerURLKey, issuerURL)
85
}
0 commit comments