From cb02f8fc9b1d6233fc75fe37db313abd32edf6cb Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 21 Jul 2017 09:39:26 -0400 Subject: Rename maven group ID to org.onap.portal.sdk Libraries previously used group ID org.openecomp.ecompsdkos. Also adds properties to an app property file to patch around a code problem. Issue: PORTAL-19 Change-Id: Ic2f62b1127ad3d66e24448fdb9760d0c3d023bd0 Signed-off-by: Christopher Lott (cl778h) --- .../src/main/webapp/WEB-INF/fusion/conf/fusion.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ecomp-sdk/epsdk-app-os/src/main') diff --git a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties index 6d792748..8ce8cc95 100644 --- a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties +++ b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties @@ -1,7 +1,11 @@ # login settings login_method_backdoor = backdoor login_method_attribute_name = login_method + +# These properties will be removed after SingleSignOnController is cleaned authentication_mechanism = BOTH +login_method_csp = csp +login_method_web_junction = web_junction #login message login.error.hrid.empty = Login failed, please contact system administrator. -- cgit 1.2.3-korg