1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
This commit is contained in:
Terrell Russell 2023-02-20 09:21:42 -05:00 committed by GitHub
parent 2faa91eb74
commit f204625791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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