Supporting OAuth without whitelisting connect.adeptia.com

In the event of Adeptia Connect users not willing to whitelist the connect.adeptia.com server to exchange data with the REST based business apps (endpoints) supported in application, they need to do the followings.

  1. Register the app on the business application developer portal

    1. Create an app (API) on the developer portal of business application. For example, in case of Dropbox, create an app in the developer options.

      Once app is created, you get the following details about the app: AppKey and App KeySecret.
    2. Configure the Redirect URL which contains the IP of locally accessible environment. For example, in case of Dropbox, it will be https://<IP>/rest/applications/<Application internal name>/account URL.
      Refer to the table below to get the Application internal name for each business app.

      Application display nameApplication internal name
      BigCommercebigcommerce
      Facebookfacebook
      FreshBooksfreshbooks
      Azure Blobmicrosoftazure
      HubSpothubspot
      Magentomagento
      QuickBooksquickbooks
      Xeroxero
      SageOnesageone
      Shopifyshopify
      Concurconcur
      Salesforcesalesforcerest
      Boxbox
      Dropboxdropbox
      Google Drivegoogledrive
      Zendeskzendesk
      Zoho CRMzohocrm
      Google Spreadsheetsgooglespreadsheetsrest
      Microsoft SharePointmicrosoftsharepoint
      ServiceNowservicenow
  2. Make configurational changes in Adeptia Connect

    1. Configure the parameters in adapter.properties file as instructed below:
      1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
      2. Open adapter.properties file.
      3. Set App key: (Key generated in business application developer app)
      4. Set App secret: (Secret generated in business application developer app)
      5. Set the value of enableProduction property to FalseFor more information, refer to "Setting the enableProduction property ".
      6. Save the file.
      7. Restart Connect Server.
    2. Configure the parameters in apps.properties file as instructed below:
      1. Go to <ConnectPortalInstallFolder>\resources_config location.
      2. Open apps.properties file.
      3. Set App key: (Key generated in business application developer app)
      4. Set App secret: (Secret generated in business application developer app)
      5. Set the value for enableProduction property to FalseFor more information, refer to the "Setting the enableProduction property" section.
      6. Save the file.
      7. Restart Connect Portal.

Setting the enableProduction property

  • Setting the value for enableProduction property in adapter.properties file
    1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc location.
    2. Open adapter.properties file.
    3. Set the value of enableProduction property to True or False.
    4. Save the file.
    5. Restart Connect Server.

  • Setting the value for enableProduction property in apps.properties file
    1. Go to <ConnectPortalInstallFolder>\resources_config location.
    2. Open apps.properties file.
    3. Set the value of enableProduction property to True or False.
    4. Save the file.
    5. Restart Connect Portal.

  • The default value for this property is True, which allows connect.adeptia.com server to access the business app behind the firewall.
  • If it is set to False, the business app will use the access token received directly from the third party token provider.