Any news about server-side scripts supporting oAut...
# suitescript
a
Any news about server-side scripts supporting oAuth2.0 endpoints? meaning connecting from NetSuite to another REST API using oAuth2.0 without user interverntion?
b
you can do oauth 2 in suitescript today
a
Server side without user intervention for example a Map Reduce?
b
there are usually 3 parts to working with oauth 2
the first is getting the access token
depends on the grant type some require user intervention, some dont
that ones that do require user intervention are usually a one time thing and can be done by a user once
second is using the access token, which is usually very easy
the optional third part is refreshing the access token, which is programatic