From 7f2f18d14c7341ffc7a5510b21d28ce14c11eba7 Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiecien Date: Sat, 22 Jul 2017 15:48:27 +0200 Subject: add missing information to see VID in Portal add missign information into properties files, localization scirtp and Dockerfile to solve the problem of accessing VID portal form ONAP Portal Issue: PORTAL-34 PORTAL-38 Change-Id: Ief9c0fcb57aa0d455d943806acb04de698342b8e Signed-off-by: Krzysztof Kwiecien --- epsdk-app-onap/src/main/webapp/WEB-INF/fusion/conf/fusion.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/fusion/conf') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/conf/fusion.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/conf/fusion.properties index 97267f60..74417aad 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/conf/fusion.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/conf/fusion.properties @@ -1,6 +1,10 @@ # login settings login_method_backdoor = backdoor +login_method_web_junction = login_method_web_junction +login_method_csp = login_method_csp login_method_attribute_name = login_method +authentication_mechanism = BOTH +role_function_list = role_funcion_list #login message login.error.hrid.empty = Login failed, please contact system administrator. -- cgit 1.2.3-korg