diff --git a/charts/wonderwall/values.yaml b/charts/wonderwall/values.yaml index 6b13941..a99753a 100644 --- a/charts/wonderwall/values.yaml +++ b/charts/wonderwall/values.yaml @@ -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: diff --git a/pkg/config/config.go b/pkg/config/config.go index 52f25fc..cba4f60 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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")