Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

This section lists the prerequisites and steps for applying and verifying this patch.

...

  • 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

...

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

...

Go to Security for the administration UI section and make the following change:

...

Save the file.

Changes in apps.properties file

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

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

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


  4. Add the following code block for Zoho CRM next to the QuickBooks

    quickbooks

    section:

    Code Block
    titleZoho CRM
    #Zoho Crm
    zohocrm.appKey=
    quickbookszohocrm.appKeySecret=
    quickbookszohocrm.oauthVersion = 2.0
    quickbookszohocrm.oauth20.accessToken =  https://oauthaccounts.platformzoho.intuit.com/oauth2oauth/v1v2/tokens/bearertoken
    quickbookszohocrm.oauth20.authorize = https://appcenteraccounts.intuitzoho.com/connectoauth/v2/oauth2auth
    quickbooks.oauth10.requestTokenzohocrm.refreshToken =https://oauthaccounts.intuitzoho.com/oauth/v1/get_request_token
    quickbooks.oauth10.authorize=https://appcenter.intuit.com/Connect/Begin
    quickbooks.oauth10v2/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 the Sage One app section and replace the code block for the existing three properties with the updated one given below:

    Code Block
    titleSage One
    sageone.oauth20.accessToken=https://oauth.intuitaccounting.sage.com/oauth/v1/get_access_token
    quickbookssageone.openIdoauth20.providerauthorize=https://openidwww.intuitsageone.com/OpenId/Provider
    quickbooks.openId.identity=http://specs.openid.net/auth/2.0/identifier_select
    quickbooks.scope=com.intuit.quickbooks.accounting
    quickbooks.enableProduction=true
    Search for Xero app section and replace the existing code block with the
    oauth2/auth/central
    sageone.refreshTokenValueMap=N/A


  6. Search for the FreshBooks app section and do the followings:

    1. Replace the code block, freshbooks.oauthVersion=1.0with the updated one given below:

      Code Block
      title

    Xero
    1. FreshBooks

    xero
    1. freshbooks.

    appKey
    1. oauthVersion=

    xero.appKeySecret= xero
    1. 2.0


    2. Add the following code block for the four new properties just below freshbooks.oauthVersion=2.0

    xero.oauth.signatureMethod=RSA-SHA1 xero
    1. Code Block
      titleFreshBooks
      freshbooks.oauth20.

    accessToken
    1. requestToken=https://

    identity
    1. api.

    xero
    1. freshbooks.com/auth/

    connect
    1. oauth/token
      

    xero
    1. freshbooks.oauth20.authorize=https://

    login
    1. my.

    xero
    1. freshbooks.com/

    identity/connect/authorize xero.oauth10.requestToken=https://api.xero.com
    1. service/auth/oauth/

    RequestToken
    1. authorize
      

    xero
    1. freshbooks.

    oauth10
    1. oauth20.accessToken=https://api.

    xero
    1. freshbooks.com/

    oauth/AccessToken xero.oauth10.authorize=https://api.xero.com
    1. auth/oauth/

    Authorize
    1. token
      

    xero
    1. freshbooks.refreshToken = https://api.

    xero
    1. freshbooks.com/

    oauth/AccessToken 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=true
    1. 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.