Warm tip: This article is reproduced from serverfault.com, please click

Connecting to MS Forms connector using Service Principal within logic app

发布于 2020-12-02 11:16:19

I am creating a logic app that will trigger when a form request is submitted. The MS Form connector requires me to sign in. This is acceptable during development, but we have a lot of logic apps and so use DevOps to automate deployment.

With the current connector, after deployment we still have to:

  1. manually open the logic app in the portal.
  2. connect using authorized credentials.
  3. save the logic app.

This manual process completely defeats the point of using DevOps with Logic Apps. Its a similar issue when using the Outlook connector.

Is there a way to supply server principal credentials to these connectors, so that they are correct at deployment time and require no manual intervention?

Questioner
wilson_smyth
Viewed
0
Perry Qian-MSFT 2020-12-03 16:15:45

It seems that it's not supported to login on MS Forms connector with service principal. Connectors that can use service principal authentication will have "Connect with Service Principal" option, like Azure Data explorer. You can give your voice on this feedback to promote this feature.

enter image description here

API Connections with OAuth authentication, like Office 365 and Microsoft Team connectors etc, require manual consent. Unfortunately, at this point in time, authentication for those cannot be fully automated.

Here is a ticket you can refer to.