NetSuite Oauth Implementation

I'm looking for an oauth implementation in Netsuite. Does Netsuite support oauth? I was looking for the implementation of vows in NetSuite, but did not get any results.

Is there official documentation in which netsuite does not support oauth?

+5
source share
5 answers

In 15.1, NetSuite supports incoming RESTlet calls with OAuth 1.0 tokens (keep in mind that this is not a complete OAuth 1.0 protocol, although it uses its own token and header format). In NetSuite, you can get an access token in two ways: either by the endpoint of the token, or manually from the user interface. It's good that you can still use OAuth 1.0 open source libraries such as scribe for Java or oauth-1.0a.js in case you plan to call RESTlet from node.js or SuiteScript (for example, Suitelets)

PS Just find token-based authentication for RESTlets

+3
source

API NetSuite SuiteTalk oAuth, (google, stripe ..). oauth , / . , API NetSuite SuiteTalk oAuth.

+2

oauth ( , ..)

Netsuite - SOAP, RESTlet .

0

, NetSuite Oauth, , ( ).

, NetSuite . SAML, (2012.3) , (2013.1), , , . SAML Microsoft AD FS, , , , .

You need to log in to NetSuite, then click Support, and then search through SAML to view these documents.

Let me know if this answers your question.

0
source

All Articles