Fix for Penetration test _ Session and cookie management
[vid.git] / epsdk-app-onap / src / main / resources / portal_template.properties
index 6ef4155..51f3949 100755 (executable)
@@ -1,9 +1,10 @@
 # Properties read by ECOMP Framework library, ecompFW.jar\r
 \r
-portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl\r
+portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl\r
 portal.api.prefix = /api\r
 max.idle.time = 5\r
 user.attribute.name = user_attribute\r
+decryption_key = ${VID_DECRYPTION_KEY}\r
 \r
 # Log On for single sign on\r
 ecomp_redirect_url     = ${VID_ECOMP_REDIRECT_URL}\r
@@ -12,6 +13,9 @@ ecomp_redirect_url    = ${VID_ECOMP_REDIRECT_URL}
 # URL of the ECOMP Portal REST API\r
 ecomp_rest_url = ${VID_ECOMP_REST_URL}\r
 \r
+# AAF Mode\r
+role_access_centralized = ${VID_ROLE_ACCESS_CENTRALIZED}\r
+\r
 # UEB servers\r
 ueb_url_list = ${VID_UEB_URL_LIST}\r
 \r