For a project I am working on, we need to trigger a Logic App workflow from Azure Data Factory.
We were thinking to do the integration/authentication in a secure way by using Managed Identity and hence avoiding the use of any client secrets.
Practically, we have a Web activity in ADF which needs to call the Logic App workflow endpoint (in a secure way) avoiding the SAS values in the url or using any client secrets in body.
Has anyone had any experience with this?