diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-21 09:39:26 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-21 09:41:08 -0400 |
commit | cb02f8fc9b1d6233fc75fe37db313abd32edf6cb (patch) | |
tree | 97f982cb8aac453a7ae0817bb61545a1294fbd2a /ecomp-sdk/epsdk-app-os/src/main | |
parent | 6057b12ae0a6f770d148fe261951074c978ae15b (diff) |
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) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/src/main')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties | 4 |
1 files changed, 4 insertions, 0 deletions
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. |