does anyone have experience authenticating an exte...
# suitescript
t
does anyone have experience authenticating an external app with OAuth using SuiteScript? Any suggestions on how to go about it?
j
I’ve done it by using an SSP
t
that's interesting. I'm assuming with some flows with a callback an SSP or suitelet might be the way to go. With this it is Oauth 2 server to server so shouldn't have a callback url
s
server-server should be simpler as you can ask for an access token directly.
the complexity would be around how your specific services requires you to authenticate that token request
e.g. shared secret, certificate, etc.