Anyone using OAuth2 vs OAuth1? How is it different on the scripting and setup side?
a
adavies
11/16/2020, 5:38 PM
OAuth 2 is (in my opinion) far easier to work with since it aligns closely with modern auth flows. Setup in NS is pretty quick. Just enable the feature, give access to whoever needs it, and set your callback URL.
how did your oauth 2 flow go after the refresh token expires in a week
a
alien4u
11/16/2020, 11:20 PM
Enabling this in NetSuite side is ok(NetSuite being the receiver/aunthenticator); now, there is no way to connect to another system server-side using oAuth2, as far as I know.