Post Deployment Steps for v2.6

After you have applied the patch, you need to do the following:

  • Copy the below code in the apps.properties file (.../<TomcatInstallFolder>/webapps/Working_Directory/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

Next Step 

Verifying Patch