mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 00:17:27 +00:00
chore(config): set new default value for idporten acr
This commit is contained in:
@@ -23,7 +23,7 @@ idporten:
|
||||
clientSessionLifetime: 21600
|
||||
clientSecretName: idporten-sso-server
|
||||
ingressClassName: nais-ingress-external
|
||||
openidAcrValues: Level4
|
||||
openidAcrValues: idporten-loa-high
|
||||
openidLocale: nb
|
||||
openidPostLogoutRedirectURL:
|
||||
openidResourceIndicator:
|
||||
|
||||
@@ -277,7 +277,7 @@ func Initialize() (*Config, error) {
|
||||
viper.BindEnv(OpenIDClientJWK, "IDPORTEN_CLIENT_JWK")
|
||||
viper.BindEnv(OpenIDWellKnownURL, "IDPORTEN_WELL_KNOWN_URL")
|
||||
|
||||
viper.SetDefault(OpenIDACRValues, acr.IDPortenLevel4) // TODO - change to new value after migration
|
||||
viper.SetDefault(OpenIDACRValues, acr.IDPortenLevelHigh)
|
||||
viper.SetDefault(OpenIDUILocales, "nb")
|
||||
case ProviderAzure:
|
||||
viper.BindEnv(OpenIDClientID, "AZURE_APP_CLIENT_ID")
|
||||
|
||||
Reference in New Issue
Block a user