diff --git a/pkg/providers/oidc/provider.go b/pkg/providers/oidc/provider.go index 894c3263..427f79a6 100644 --- a/pkg/providers/oidc/provider.go +++ b/pkg/providers/oidc/provider.go @@ -9,7 +9,7 @@ import ( "github.com/oauth2-proxy/oauth2-proxy/v7/pkg/requests" ) -// providerJSON resresents the information we need from an OIDC discovery +// providerJSON represents the information we need from an OIDC discovery type providerJSON struct { Issuer string `json:"issuer"` AuthURL string `json:"authorization_endpoint"`