简体   繁体   English

两个 azure web apis 如何在 azure 中通信

[英]How two azure web apis communicate in azure

We have two azure web apis, app 1 and app 2 .我们有两个 azure web api, app 1app 2

We get request to app1 after doing some business logic we need to call app2 and get back the request to app1 and send the request to client of app1 .我们得到请求APP1做我们需要调用APP2并取回请求APP1和请求发送到APP1的客户一些业务逻辑之后。

  • Is there a way to communicate with app2 from app1 using IAM or using AAD ?有没有办法使用IAMAADapp1app2通信?

You could use the Azure AD OAuth 2.0 On-Behalf-Of flow .您可以使用 Azure AD OAuth 2.0 代表流程

The OAuth 2.0 On-Behalf-Of flow (OBO) serves the use case where an application invokes a service/web API, which in turn needs to call another service/web API. OAuth 2.0 代表流 (OBO) 服务于应用程序调用服务/Web API 的用例,后者又需要调用另一个服务/Web API。

在此处输入图片说明

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

相关问题 如何从Azure webjob与Azure webapp进行通信? - How to communicate from Azure webjob to Azure webapp? 如何将IP地址绑定到我的Azure Web角色,以便远程计算机可以全局访问Web API? - How to bind an IP Address to my Azure Web Role so that the Web APIs can be accessed globally by a remote computer? 如何从Azure Web应用程序与IIS本地托管的WCF服务进行通信? - How to communicate from Azure web app to WCF services hosted locally in IIS? 如何使用Azure SDK将Web应用程序部署到Azure - how to deploy web app to azure with azure sdk 如何使用 C# 以编程方式与 Azure 服务总线通信 - How to Communicate with Azure Service Bus Programmatically using C# 如何让 Azure 中的 API 与服务通信? - How can I make my API in Azure communicate with a service? Azure DevOps API 是否与语言无关? - Are Azure DevOps APIs language agnostic? 如何使用OData在azure表存储API上进行分页? - How to use OData to do pagination on azure table storage APIs? .Net客户端可以与azure signalR服务通信吗? - Can .Net Client communicate with azure signalR service? Azure是否暴露了apis以在Azure天文库中创建资源? - Has Azure exposed apis to enable the resources creation in azure portal?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM