fix: parse generic oauth provider config correctly

This commit is contained in:
Stavros
2025-01-31 17:28:59 +02:00
parent 381f6ef76f
commit dcd816b6c6

View File

@@ -39,7 +39,7 @@ type Config struct {
GenericScopes string `mapstructure:"generic-scopes"`
GenericAuthURL string `mapstructure:"generic-auth-url"`
GenericTokenURL string `mapstructure:"generic-token-url"`
GenericUserURL string `mapstructure:"generic-user-info-url"`
GenericUserURL string `mapstructure:"generic-user-url"`
DisableContinue bool `mapstructure:"disable-continue"`
OAuthWhitelist string `mapstructure:"oauth-whitelist"`
CookieExpiry int `mapstructure:"cookie-expiry"`