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
battk
09/02/2021, 10:54 PM
you can do oauth 2 in suitescript today
a
alien4u
09/03/2021, 4:02 PM
Server side without user intervention for example a Map Reduce?
b
battk
09/03/2021, 9:27 PM
there are usually 3 parts to working with oauth 2
battk
09/03/2021, 9:27 PM
the first is getting the access token
battk
09/03/2021, 9:28 PM
depends on the grant type some require user intervention, some dont
battk
09/03/2021, 9:28 PM
that ones that do require user intervention are usually a one time thing and can be done by a user once