update to use latest portal sdk
[aai/sparky-be.git] / sparkybe-onap-application / config / portal / BOOT-INF / classes / portal.properties
1 # Java class that implements the ECOMP role and user mgt API
2 portal.api.impl.class=org.openecomp.sparky.security.portal.PortalRestAPIServiceImpl
3 # Instance of ECOMP Portal where the app has been on-boarded
4 # ecomp_rest_url=http://ecomp.homer.att.com/ecompportal/auxapi
5 # use insecure http for dev purposes to avoid self-signed certificate
6 ecomp_rest_url=<%= @ECOMP_REST_URL %>
7
8 ### CSP-SSO
9 # Standard global logon page
10 ecomp_redirect_url=<%= @ECOMP_REDIRECT_URL %>
11 # Test global logon page only accepts registered users
12 # ecomp_redirect_url=https://webtest.csp.att.com/ecompportal/ecompportal/process_csp
13 # CSP settings
14 csp_cookie_name=<%= @CSP_COOKIE_NAME %>
15 # Alternate values: DEVL, V_DEVL, V_PROD
16 csp_gate_keeper_prod_key = PROD
17
18 # No use of UEB; however, this key is used to identify the app.
19 ueb_listeners_enable=false
20 # cl778h demo app
21 ueb_app_key=<%= @UEB_APP_KEY %>
22
23 # Use this tag if the app is centralized
24 role_access_centralized = <%= @ROLE_ACCESS_CENTRALIZED %>
25
26 # Connection and Read timeout values
27 ext_req_connection_timeout = <%= @PORTAL_CONNECTION_TIMEOUT %>
28 ext_req_read_timeout = <%= @PORTAL_READ_TIMEOUT %>
29
30 #Add AAF namespace if the app is centralized
31 aaf_namespace = <%= @AAF_NAMESPACE %>