Hi, we want to know how to configure the logic app if it wants to call a API under another tenant's AAD oauth. Here's the scenario. We're at the tenant B, and another tenant A.Logic A tries to call APIs on APIM.

At tenant B we use App Registration > Application Permission to define the oauth. At the moment most of our API consumers are .NET and Python systems so they just use oauth authorization endpoint to get token and proceed. Not sure how Logic App B can achieve this in an elegant way ?
Thank you