diff --git a/charts/dbildungs-iam-server/config/config.json b/charts/dbildungs-iam-server/config/config.json index 018380300..05cc71f50 100644 --- a/charts/dbildungs-iam-server/config/config.json +++ b/charts/dbildungs-iam-server/config/config.json @@ -9,7 +9,8 @@ "SESSION_TTL_MS": 3600000, "BACKEND_ADDRESS": "http://dbildungs-iam-server-backend:80", "DEFAULT_AUTH_REDIRECT": "/", - "TRUST_PROXY": 1 + "TRUST_PROXY": 1, + "ERROR_PAGE_REDIRECT": "https://localhost:8099/login-error" }, "DB": { "USE_SSL": true diff --git a/config/config.json b/config/config.json index 22f058859..9ca68e697 100644 --- a/config/config.json +++ b/config/config.json @@ -12,7 +12,7 @@ "OIDC_CALLBACK_URL": "https://localhost:8099/api/auth/login", "DEFAULT_LOGIN_REDIRECT": "https://localhost:8099/", "LOGOUT_REDIRECT": "https://localhost:8099/", - "ERROR_PAGE_REDIRECT": "https://localhost:8099/error" + "ERROR_PAGE_REDIRECT": "https://localhost:8099/login-error" }, "DB": { "CLIENT_URL": "postgres://admin:password@127.0.0.1:5432",