Token based authentication azure

Thomas Moeller 21 Reputation points
2021-07-08T17:41:33.163+00:00

I am looking for a sample for token based authentication, either from an APIM endpoint to a Netsuite backend server (for restlet) or from a LogicApp. All the samples I can find are referring to OAuth 2.0, but the backend only allows token based authentication / OAuth 1.0 (that's how it is called when I can set it up in Postman).

Any help/hint appreciated ...

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,752 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,841 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2021-07-12T09:11:41.463+00:00

    @Thomas Moeller You can leverage the send-request policy to make any kind of requests, in your case fetch the token. This OAuth 2.0 sample (I suppose you are referring to this too), the same should strategy to work with just updating the request being made to match what NetSuite expects (their documentation might include the details).

    Apart from this, there is no built-in policy that can leverage OAuth 1.0 (or even 2.0, hence the policy sample).

    0 comments No comments

0 additional answers

Sort by: Most helpful