After you have applied the patch, you need to do the following:
- Download and deploy the drivers for Dynamics CRM and Active Directory applications to use it in Adeptia Connect.
- Copy the below code in the apps-properties file (.../<AdeptiaConnectWar>/resources_config).
# Concur properties
#concur.appKey=
#concur.appKeySecret=
concur.oauthVersion=2.0
concur.oauth20.accessToken=https://www.concursolutions.com/net2/oauth2/GetAccessToken.ashx
concur.oauth20.authorize=https://www.concursolutions.com/net2/oauth2/Login.aspx
concur.oauth.signatureMethod=PLAINTEXT
concur.oauth10.requestToken=N/A
concur.oauth10.accessToken=N/A
concur.oauth10.authorize=N/A
concur.refreshToken=N/A
concur.scope=ATTEND,LIST,USER,CONFIG,EXPRPT,INSGHT,TRVREQ,TRVPRF,IMAGE,TWS,MTNG,PAYBAT,ITINER,ERECPT,EXTRCT
concur.enableProduction=false
...