providers/proxy: ensure issuer is correct when browser url override is set
Signed-off-by: Jens Langhammer <jens@goauthentik.io> #4715
This commit is contained in:
@ -18,9 +18,10 @@ type Config struct {
|
||||
// Outpost specific config
|
||||
// These are only relevant for proxy/ldap outposts, and cannot be set via YAML
|
||||
// They are loaded via this config loader to support file:// schemas
|
||||
AuthentikHost string `env:"AUTHENTIK_HOST"`
|
||||
AuthentikToken string `env:"AUTHENTIK_TOKEN"`
|
||||
AuthentikInsecure bool `env:"AUTHENTIK_INSECURE"`
|
||||
AuthentikHost string `env:"AUTHENTIK_HOST"`
|
||||
AuthentikHostBrowser string `env:"AUTHENTIK_HOST_BROWSER"`
|
||||
AuthentikToken string `env:"AUTHENTIK_TOKEN"`
|
||||
AuthentikInsecure bool `env:"AUTHENTIK_INSECURE"`
|
||||
}
|
||||
|
||||
type RedisConfig struct {
|
||||
|
Reference in New Issue
Block a user