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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -306,8 +306,6 @@ type Config struct {
306
306
// EncryptionKey is the encryption key used to encrypt the refresh token
307
307
EncryptionKeystring`json:"encryption-key" yaml:"encryption-key" usage:"encryption key used to encryption the session state" env:"ENCRYPTION_KEY"`
308
308
309
-
// InvalidAuthRedirectsWith303 will make requests with invalid auth headers redirect using HTTP 303 instead of HTTP 307. See github.com/keycloak/keycloak-gatekeeper/issues/292 for context.
310
-
InvalidAuthRedirectsWith303bool`json:"invalid-auth-redirects-with-303" yaml:"invalid-auth-redirects-with-303" usage:"use HTTP 303 redirects instead of 307 for invalid auth tokens"`
311
309
// NoRedirects informs we should hand back a 401 not a redirect
312
310
NoRedirectsbool`json:"no-redirects" yaml:"no-redirects" usage:"do not have back redirects when no authentication is present, 401 them"`
313
311
// SkipTokenVerification tells the service to skipp verifying the access token - for testing purposes
0 commit comments