Poll: When creating a Connector SuiteApp (Restlet-...
# suitescript
d
Poll: When creating a Connector SuiteApp (Restlet-only) which Authentication type would you choose OAuth1.0a or OAuth2.0?
What I like about OAuth1.0 is the the Access Token lives forever, as apposed to OAuth2.0 where the Access Token must be refreshed every 60mins
u
I would suggest go along the 2.0 approach.
I have worked with a couple of customers before and their security teams always question the fact of using OAuth 1.0 as it is an old standard.
b
if you get 2,0 working, tell me how it works out in 7 days and if the refresh token expires
u
Are you doing a hybrid suiteapp or a native suiteapp this time?
j
Industry push last couple of years is 2.0 often completely removing 1.0 support. It would be interesting to hear what NetSuite's plans are. While 2.0 is meant to replace 1.0a if you can secure your keys and the application type calling NetSuite makes sense, 1.0a is still secure is it not?