Logic App calls another tenant's API

Amy Z 301 Reputation points
2021-06-09T08:57:52.4+00:00

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.

103756-image.png

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

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2021-06-17T16:48:07.6+00:00

    @Amy Z In that case you can call the leverage the HTTP connector to call the APIM endpoint in Tenant B using the Authentication as "Active Directory Oauth" and pass the clientID, secret and other details to authenticate the APIM resource.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.