Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 26d77f1

Browse files
lionelnicolasBruno Oliveira da Silva
authored andcommitted
doc: fix typo
1 parent 0395e26 commit 26d77f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ type Config struct {
167167
// ClientSecret is the secret for AS
168168
ClientSecret string `json:"client-secret" yaml:"client-secret" usage:"client secret used to authenticate to the oauth service" env:"CLIENT_SECRET"`
169169
// RedirectionURL the redirection url
170-
RedirectionURL string `json:"redirection-url" yaml:"redirection-url" usage:"redirection url for the oauth callback url, defaults to host header is absent" env:"REDIRECTION_URL"`
170+
RedirectionURL string `json:"redirection-url" yaml:"redirection-url" usage:"redirection url for the oauth callback url, defaults to host header if absent" env:"REDIRECTION_URL"`
171171
// RevocationEndpoint is the token revocation endpoint to revoke refresh tokens
172172
RevocationEndpoint string `json:"revocation-url" yaml:"revocation-url" usage:"url for the revocation endpoint to revoke refresh token" env:"REVOCATION_URL"`
173173
// SkipOpenIDProviderTLSVerify skips the tls verification for openid provider communication

0 commit comments

Comments
 (0)