diff options
author | Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com> | 2017-07-22 15:48:27 +0200 |
---|---|---|
committer | Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com> | 2017-07-22 16:17:35 +0200 |
commit | 7f2f18d14c7341ffc7a5510b21d28ce14c11eba7 (patch) | |
tree | 8ff2da8c928392a47c420c083a3eeb93364a2f8f /epsdk-app-onap/src/main | |
parent | 4c1fe21ede07f377ec0722d3f912038a52263b2f (diff) |
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 <krzysztof.kwiecien1@orange.com>
Diffstat (limited to 'epsdk-app-onap/src/main')
-rwxr-xr-x | epsdk-app-onap/src/main/resources/portal_template.properties | 1 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/fusion/conf/fusion.properties | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/epsdk-app-onap/src/main/resources/portal_template.properties b/epsdk-app-onap/src/main/resources/portal_template.properties index 6ef41556..ed694014 100755 --- a/epsdk-app-onap/src/main/resources/portal_template.properties +++ b/epsdk-app-onap/src/main/resources/portal_template.properties @@ -4,6 +4,7 @@ portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl portal.api.prefix = /api
max.idle.time = 5
user.attribute.name = user_attribute
+decryption_key = ${VID_DECRYPTION_KEY}
# Log On for single sign on
ecomp_redirect_url = ${VID_ECOMP_REDIRECT_URL}
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.
|