Hi Team,
We have OS application(On prem) exposed through Azure front door , and consuming APIs through APIM. WebApp (End User) --> FD --> OS App (_UI >>_CS)-->APIM.
as part of API security , we want to introduce APIM in between UI request to Core.
i.e when the request come from browser , it should route to APIM and from there to OS core (_CS).all flow for the Server UI going thru the APIM instead of have them exposed directly thru the frontDoor.
is it possible , and what configuration is required?