简体   繁体   中英

How two azure web apis communicate in azure

We have two azure web apis, app 1 and app 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 .

  • Is there a way to communicate with app2 from app1 using IAM or using AAD ?

You could use the Azure AD OAuth 2.0 On-Behalf-Of flow .

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.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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