From 8f29cc7a6dec1881d8e4197b0585ed1c0f616f16 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 4 Mar 2020 21:05:28 +0200 Subject: portal and cadi properties fix Change-Id: Id83f0ddd1846e4887d1d5a7c3fb5bf8db406186a Issue-ID: SDC-2799 Signed-off-by: Ofir Sonsino --- catalog-fe/src/main/resources/portal.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'catalog-fe/src/main') diff --git a/catalog-fe/src/main/resources/portal.properties b/catalog-fe/src/main/resources/portal.properties index d1b6d3a44e..321e1aa247 100644 --- a/catalog-fe/src/main/resources/portal.properties +++ b/catalog-fe/src/main/resources/portal.properties @@ -5,8 +5,7 @@ ecomp_rest_url = https://ecomp.homer.att.com/ecompportal/auxapi portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl # CSP-SSO URL -ecomp_redirect_url = https://www.e-access.att.com/ecomp_portal_qa/ecompportal/process_csp -#ecomp_redirect_url = http://127.0.0.1:8989/ECOMPPORTAL/login.htm +ecomp_redirect_url = http://127.0.0.1:8989/ECOMPPORTAL/login.htm # Cookie set by CSP-SSO csp_cookie_name = attESSec -- cgit 1.2.3-korg