Salesforce Connector Automated Deployment w Credentials

Andrew Holder 1 Reputation point
2020-09-03T14:45:09.58+00:00

Currently there is no documented way to deploy a logic app with the Salesforce Connector establishing a connection automatically using passed in credentials. This requires that after any redeployment of the logic app, the connector must be manually authenticated via the portal. This does not allow for fully automated deployments and updates. Is there a way to pass in the connection credentials during deployment to have the connection established in an automated way.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
1,931 questions
{count} votes

1 answer

Sort by: Oldest
  1. Pramod Valavala 14,631 Reputation points Microsoft Employee
    2020-09-04T06:22:33.627+00:00

    Since the connectors rely on OAuth Authentication, there is no way to pass credentials during deployment. Instead there are a couple of documented ways to achieve this.

    Of these, using pre-authorized API Connection resources is ones that would require the least amount of manual intervention. But do note the same-region requirement and throttling limitations mentioned in the doc.