Share via

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.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

Answer accepted by question author

Pramod Valavala 20,661 Reputation points Microsoft Employee Moderator
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).

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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