From b5ed7b9db1e6d108bb6b24f253ea22dd3c86daf2 Mon Sep 17 00:00:00 2001 From: Marvin Rode Date: Tue, 2 Jul 2024 14:08:31 +0200 Subject: [PATCH] Change error page --- charts/dbildungs-iam-server/config/config.json | 3 ++- config/config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",