Do we have a way to call Oauth2 based API in LogicApp?

Bhargav Appala 26 Reputation points
2022-08-23T05:02:43.433+00:00

I am trying to implement a logic app that calls an API, The API is authenticated using Oauth 2. I am unable to figure out how to implement a solution. Can any one help me to fix the solution.

I have Grant Type = Client Credentials, Access Token URL, Client ID, Client Secret and Scope.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruno Lucas 4,426 Reputation points MVP
    2022-08-23T11:38:38.777+00:00

    Hi @Bhargav Appala

    Can you make that work with Postman? that is a good way to confirm all parameters work.

    234076-image.png

    If that work in postman you can copy the params to the logic app http task

    Check this link:
    https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/authenticate-standard-logic-apps-using-oauth-2-0-bearer-token/ba-p/3269576?lightbox-message-images-3269576=359335i6E5B6E37538AF564

    234055-image.png


0 additional answers

Sort by: Most helpful