Use case -
We have Azure App service/function "App1" exposed to clients via WSO2 API Manager.
There is a client application called "App2" deployed with in Azure AD subscription. Let's say another Azure App service
Can we use App2 service principal to consume App1(which is exposed via WSO2 API Manager)?
I know we can authorize App2 to consume App1 directly if there is no external API manager(WSO2 API manager). But, with the WSO2 API manager in between the communication. Is it possible?
Appreciate any inputs on this.
Thanks