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?