简体   繁体   English

保护访问以触发 azure 逻辑应用程序(HTTP 请求触发器)

[英]Securing access to trigger a azure logic app (HTTP Request Trigger)

I am having a azure logic app which is having a HTTP Request trigger.我有一个 azure 逻辑应用程序,它有一个 HTTP 请求触发器。 I am executing the logic app via a web application using Logic App URL.我正在使用逻辑应用程序 URL 通过 web 应用程序执行逻辑应用程序。

I have noticed that the Logic App URL is accessible from anywhere.我注意到逻辑应用程序 URL 可以从任何地方访问。 Therefore anyone has the URLcan call the logic app.因此,任何拥有 URL 的人都可以调用逻辑应用。

I want to know how to secure access to trigger a azure logic app我想知道如何安全访问以触发 azure 逻辑应用程序

In Azure logic app , the URL generated for When a HTTP request is received has a shared access signature, it has been certified and protected, and this process is done automatically by the Azure logic app . In Azure logic app , the URL generated for When a HTTP request is received has a shared access signature, it has been certified and protected, and this process is done automatically by the Azure logic app .

https://prod-07.westus.logic.azure.com:433/workflows/{logic-app-resource-ID}/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig={shared-access-signature}

For more details, please refer to What about URL security?更多详情请参考URL 安全性如何?

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM