且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

要验证Azure订阅ID,Azure租户ID,Azure客户端ID,Azure客户端密钥是否在逻辑应用程序中有任何操作?

更新时间:2022-10-25 08:58:18

Hi Sunil,





您能否提供更多信息?


  1. 您是否正在尝试呼叫端点并使用上述参数生成令牌。如果是这样,您可以使用以下内容 
  2. 以获取用户详细信息或检查用户成员身份是否可以使用
    Azure AD 具有多个用户相关任务的操作。
  3. 另一种方法是使用Azure功能使用自定义代码验证用户。

***的问候,

Suraj Revankar



in one task i need to validate user given Azure Subscription Id,Azure Tenant Id, Azure Client Id,Azure Client Secret so to do this one is there any  action in logic app

Hi Sunil,


Could you please provide more information?

  1. Are you trying to call an endpoint and use the above mentioned parameters to generate the token. if so you can use something like below 
  2. in order to get the user details or to check if the user membership we can use Azure AD actions which has multiple user related tasks.
  3. Another approach is by using Azure Function using custom code to validate the user.

Best Regards,
Suraj Revankar