Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Read and Write permissions on all sub-folders and files of .../AdeptiaConnect-<Version>
  • Take backup of launcher.properties file from …<ConnectPoratlInstallFolder>\conf location. This backup file will help you replicate the manual changes in case you have done earlier in the launcher.properties file before applying this patch.  Take backup of securityContext.xml file from …<ConnectPortalInstallFolder>\resources_config\saml location. This backup file will help you replicate the manual changes in case you have done earlier in the securityContext.xml file before applying this patch.  
  • Take backup of apps.properties file from …<ConnectPortalInstallFolder>\resources_config location. This backup file will help you replicate the manual changes in case you have done earlier in the apps.properties file before applying this patch.  
  • Connect Server services are running.
  • Connect Portal service is stopped.
  • Ensure that you have followed the Prerequisites' instructions given on the Upgrade page.

...

In this release, some manual changes are required in Connect Portal.

Changes in launcher.properties file

  1. Go to …<ConnectPoratlInstallFolder>\conf location.
  2. Open launcher.properties file.
  3. Do the same manual changes in the file that you have done in your previous launcher.properties file (that you had saved as a backup). For example, you may need to update the JVM settings and Truststore location as they are there in the backup file.
  4. Save the file.

Changes in securityContext.xml file

  1. Go to …<ConnectPortalInstallFolder>\resources_config\saml location.

  2. Open securityContext.xml file.
  3. Go to Security for the administration UI section and make the following change:

    Add the below property under the security headers tag:
    <security:hsts max-age-seconds="31536000"/>
    Image Removed
    Go to Secured pages with SAML as entry point section and make the following change:Add the below property under the security headers tag:
    <security:hsts max-age-seconds="31536000"/>
    Image Removed
  4. Save the file.

Changes in apps.properties file

  1. Go to …<ConnectPortalInstallFolder>\resources_config location.

  2. Open apps.properties file.
  3. Search for dropboxfor Dropbox app section and replace the existing code block two properties with the one updated code given below:

    Code Block
    titleDropbox
    dropbox.refreshToken=https://api.dropboxapi.com/oauth2/token
    dropbox.authorizationValueMap=response_type$code,token_access_type$offline


  4. Search for Xero app section and replace the existing code block with the one given belowAdd the following code block for Zoho CRM next to the QuickBooks section:

    xero
    Code Block
    titleXero
    Zoho CRM
    #Zoho Crm
    zohocrm.appKey=
    xerozohocrm.appKeySecret=
    xerozohocrm.oauthVersion = 2.0
    xero.oauth.signatureMethod=RSA-SHA1
    xero.zohocrm.oauth20.accessToken =  https://identityaccounts.xerozoho.com/oauth/connectv2/token
    xerozohocrm.oauth20.authorize = https://loginaccounts.xerozoho.com/identityoauth/connectv2/authorizeauth
    xero.oauth10.requestTokenzohocrm.refreshToken =https://apiaccounts.xerozoho.com/oauth/RequestToken
    xero.oauth10/v2/token
    zohocrm.authorizationValueMap=response_type$code,access_type$offline
    zohocrm.refreshTokenValueMap=N/A
    zohocrm.accessTokenValueMap=N/A
    zohocrm.scope = ZohoCRM.settings.modules.ALL,ZohoCRM.settings.ALL,ZohoCRM.modules.ALL,ZohoCRM.users.ALL


  5. Search for Sage One app section and replace the existing code block with the one given below:

    Code Block
    titleSage One
    sageone.oauth20.accessToken=https://apioauth.accounting.xerosage.com/oauth/AccessTokentoken
    xerosageone.oauth10oauth20.authorize=https://apiwww.xerosageone.com/oauth/Authorize
    xero.refreshToken/oauth2/auth/central
    sageone.refreshTokenValueMap=N/A


  6. Search for FreshBooks app section and replace the existing code block with the one given below:

    Code Block
    titleFreshBooks
    freshbooks.oauthVersion=2.0
    freshbooks.oauth20.requestToken=https://api.xerofreshbooks.com/auth/oauth/AccessTokentoken
    xero.clientAuthentication=true
    xero.clientKeystore=xeroapps.p12
    xero.clientKeystoreType=PKCS12
    xero.clientKeystorePassword=
    xero.clientKeystorePrivateKeyPassword=
    xero.privateKey=
    xero.scope=offline_access accounting.transactions accounting.settings accounting.contacts payroll.employees
    xero.enableProduction=truefreshbooks.oauth20.authorize=https://my.freshbooks.com/service/auth/oauth/authorize
    freshbooks.oauth20.accessToken=https://api.freshbooks.com/auth/oauth/token
    freshbooks.refreshToken = https://api.freshbooks.com/auth/oauth/token


  7. Save the file.
  8. Restart the Connect Portal.

...

  1. Click Help > About.
  2. On the About screen, check the Connect Portal tag. 
    If the build tag matches the tag of the Connect Portal, it indicates that the Connect Portal patch is deployed successfully.

Additionally, to verify if the user interface of the Connect Server is working as expected, follow the steps below:

  • Click Configure > Developer Studio > Proceed.
    If you are able to interact with the Connect Server interface, it indicates that the Connect Server is updated.