Set redirect URL path when host is present
This commit is contained in:
parent
2070fae47c
commit
6f9eac5190
@ -204,7 +204,7 @@ func NewOAuthProxy(opts *Options, validator func(string) bool) *OAuthProxy {
|
||||
}
|
||||
|
||||
redirectURL := opts.redirectURL
|
||||
if redirectURL.String() == "" {
|
||||
if redirectURL.Path == "" {
|
||||
redirectURL.Path = fmt.Sprintf("%s/callback", opts.ProxyPrefix)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user