proxy: implement SkipAuthRegex
This commit is contained in:
@ -47,6 +47,7 @@ func getCommonOptions() *options.Options {
|
||||
commonOpts.EmailDomains = []string{"*"}
|
||||
commonOpts.ProviderType = "oidc"
|
||||
commonOpts.ProxyPrefix = "/pbprox"
|
||||
commonOpts.PingPath = "/pbprox/ping"
|
||||
commonOpts.SkipProviderButton = true
|
||||
commonOpts.Logging.SilencePing = true
|
||||
commonOpts.SetXAuthRequest = true
|
||||
|
Reference in New Issue
Block a user