Poll: When creating a Connector SuiteApp (Restlet-only) which Authentication type would you choose OAuth1.0a or OAuth2.0?
darrenhillconsulting
04/17/2020, 12:22 PM
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
クリスピポテト
04/17/2020, 12:35 PM
I would suggest go along the 2.0 approach.
クリスピポテト
04/17/2020, 12:36 PM
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
battk
04/17/2020, 12:37 PM
if you get 2,0 working, tell me how it works out in 7 days and if the refresh token expires
u
クリスピポテト
04/17/2020, 12:38 PM
Are you doing a hybrid suiteapp or a native suiteapp this time?
j
JohnnyC
04/17/2020, 2:24 PM
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?