proxy: implement SkipAuthRegex

This commit is contained in:
Jens Langhammer
2020-09-19 11:32:21 +02:00
parent 5689f25c39
commit 77842fab58
4 changed files with 8 additions and 5 deletions

View File

@ -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