summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/config/auth/csp-cookie-filter.properties
blob: 48984cdcc5989465a9f7827d4909a17c7ad481c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AT&T Global login page. This is the redirect URL
# Production login page:
#   https://www.e-access.att.com/empsvcs/hrpinmgt/pagLogin/
# 
# Test login page:
#   https://webtest.csp.att.com/empsvcs/hrpinmgt/pagLogin/
global.login.url=<%= @GLOBAL_LOGIN_URL %>

# MOTS ID of the application
application.id=24153

# valid domains for open redirect
redirect-domain=<%= @VALID_REDIRECT_DOMAIN %>

# Required by esGateKeeper. Valid values are:
# DEVL - used during development
# PROD - used in production
gatekeeper.environment=<%= @GATEKEEPER_ENV %>