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.

...

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

  2. Open apps.properties file.
  3. In case you are using QuickBooks and Xero applications in Adeptia Connect, do the following:

    Search for QuickBooks app section and replace the existing code block with the one given below:

    Code Block
    titleQuickBooks
    quickbooks.appKey=
    quickbooks.appKeySecret=
    quickbooks.oauthVersion=2.0
    quickbooks.oauth20.accessToken=https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer
    quickbooks.oauth20.authorize=https://appcenter.intuit.com/connect/oauth2
    quickbooks.oauth10.requestToken=https://oauth.intuit.com/oauth/v1/get_request_token
    quickbooks.oauth10.authorize=https://appcenter.intuit.com/Connect/Begin
    quickbooks.oauth10.accessToken=https://oauth.intuit.com/oauth/v1/get_access_token
    quickbooks.openId.provider=https://openid.intuit.com/OpenId/Provider
    quickbooks.openId.identity=http://specs.openid.net/auth/2.0/identifier_select
    quickbooks.scope=com.intuit.quickbooks.accounting
    quickbooks.enableProduction=true
     


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

    Code Block
    titleXero
    xero.appKey=
    xero.appKeySecret=
    xero.oauthVersion=2.0
    xero.oauth.signatureMethod=RSA-SHA1
    xero.oauth20.accessToken=https://identity.xero.com/connect/token
    xero.oauth20.authorize=https://login.xero.com/identity/connect/authorize
    xero.oauth10.requestToken=https://api.xero.com/oauth/RequestToken
    xero.oauth10.accessToken=https://api.xero.com/oauth/AccessToken
    xero.oauth10.authorize=https://api.xero.com/oauth/Authorize
    xero.refreshToken=https://api.xero.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


  5. Save the file.
  6. Restart the Connect Portal.

...