From 25efff556150d83f99338d4d678bc48ba62b9c4a Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Fri, 20 Nov 2020 13:46:18 -0800 Subject: [PATCH] Changed test environment keycloak URL --- edivorce/settings/openshift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edivorce/settings/openshift.py b/edivorce/settings/openshift.py index 2f136c3d..be4c32c6 100644 --- a/edivorce/settings/openshift.py +++ b/edivorce/settings/openshift.py @@ -64,7 +64,7 @@ if DEPLOYMENT_TYPE == 'test': REGISTER_BCSC_URL = 'https://logontest7.gov.bc.ca/clp-cgi/fed/fedLaunch.cgi?partner=fed38&partnerList=fed38&flags=0001:0,7&TARGET=http://test.justice.gov.bc.ca/divorce/oidc/authenticate' EDIVORCE_KEYCLOAK_BASE_URL = 'https://test.oidc.gov.bc.ca' EFILING_HUB_API_BASE_URL = 'https://efiling-api-nginx-proxy-qzaydf-test.pathfinder.gov.bc.ca/api' - EFILING_HUB_KEYCLOAK_BASE_URL = 'https://sso-test.pathfinder.gov.bc.ca' + EFILING_HUB_KEYCLOAK_BASE_URL = 'https://test.oidc.gov.bc.ca' if DEPLOYMENT_TYPE == 'prod': REGISTER_BCEID_URL = 'https://www.bceid.ca/directories/bluepages/details.aspx?serviceID=5203'