fix typo in comment for oidc/provider.go

This commit is contained in:
Leandro Lafin 2024-07-11 11:19:02 -03:00
parent 1175b65ab5
commit 596f4aaf26
No known key found for this signature in database
GPG Key ID: 60C427B9DF40CB72
1 changed files with 1 additions and 1 deletions

View File

@ -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"`