You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: doc.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ type Config struct {
167
167
// ClientSecret is the secret for AS
168
168
ClientSecretstring`json:"client-secret" yaml:"client-secret" usage:"client secret used to authenticate to the oauth service" env:"CLIENT_SECRET"`
169
169
// RedirectionURL the redirection url
170
-
RedirectionURLstring`json:"redirection-url" yaml:"redirection-url" usage:"redirection url for the oauth callback url, defaults to host header is absent" env:"REDIRECTION_URL"`
170
+
RedirectionURLstring`json:"redirection-url" yaml:"redirection-url" usage:"redirection url for the oauth callback url, defaults to host header if absent" env:"REDIRECTION_URL"`
171
171
// RevocationEndpoint is the token revocation endpoint to revoke refresh tokens
172
172
RevocationEndpointstring`json:"revocation-url" yaml:"revocation-url" usage:"url for the revocation endpoint to revoke refresh token" env:"REVOCATION_URL"`
173
173
// SkipOpenIDProviderTLSVerify skips the tls verification for openid provider communication
0 commit comments