Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

In the event of an Adeptia Connect user not willing to whitelist the incoming traffic for the REST based business apps (endpoints) supported in application, they can configure enableProduction property in the application.

If enable Production property is set to True, the previous behavior will be retained that is connect.adeptia.com server will be allowed to access Adeptia Connect behind the firewall. If it is set to False, the user needs to allow the business applications to use the access token received directly from the third party token provider. 

Setting the enableProduction property

  1. Click Accounts > Settings.
  2. Expand the Application Settings and then select Connector in the left panel.
  3. Expand the required connector category to view the properties associated with it.
  4. Double-click the corresponding value field of enableProduction property and set it to true or false.
  5. click Update.
    You'll see a message saying 'Properties saved successfully'.


If you set the enableProduction property to false, you need to make the following configuration changes in the business application as well as the Adeptia Connect application.

  1. Changes in respective business application
    1. Create an app 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/dropbox/account URL.

  2. Changes in Adeptia Connect
    1. Follow the steps from 1 through 3 in given in this section.
    2. Double-click the corresponding value field the following properties of the business application to set their values:
      1. appKey: (Key generated in business application developer app)
      2. appKeySecret: (Secret generated in business application developer app)
      3. enableProduction property to false.
      4. click Update.
        You'll see a message saying 'Properties saved successfully.

  • No labels