config.properties
###### sample properties file Resources ######
# Browsers supported chrome, firefox
browser = chrome
headless = false
# Study Definition URL
loginURL =
studyURL =
defaultRefreshRate = 1000
customRefreshRate = 20000
# application login Username and Password
username =
password =
username2 =
password2 =
super-username =
super-password =
UserId =
# Wait Timeouts in Seconds
pageWait = 30
implicitWait = 0
explicitWait = 30
# Cache JDBC Connection Details
jdbcDriver = com.intersys.jdbc.CacheDriver
jdbcDialect =
jdbcUsername = POCUser
jdbcPassword = password
# Services URLs
ServerUS = https://xxxx.ent.xxxxxxxx.com/zav
#Services URLs
# Services URLs
# Okta Authentication and Authorization Properties
oktaBaseUrl=https://xxx-holdings-dev.oktapreview.com
oktaOauthEndPoint=/api/v1/authn
authroizeEndPoint=/oauth2/v1/authorize
clientId=xxxxxxx
redirectUri=
responseType=id_token
responseMode=okta_post_message
state=ssss
nonce=sssss
prompt=none
scopes=profile openid groups
httpProxy=http://rrrrr.44444.com:8080
# Rest Assured
okta.base.url=https://eeeee-holdings-dev.oktapreview.com
oauth.endpoint=/api/v1/authn
authorize.endpoint=/oauth2/v1/authorize
client.id=3333333333
redirect.uri=https://pmops-44444.ent.wwwwwww.com/study-setup-ui/implicit/callback
response.type=id_token
response.mode=okta_post_message
###### END Resources ######
Comments
Post a Comment