does anyone have experience authenticating an external app with OAuth using SuiteScript? Any suggestions on how to go about it?
j
jen
03/15/2023, 4:12 PM
I’ve done it by using an SSP
t
texmc
03/15/2023, 4:14 PM
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
Shawn Talbert
03/15/2023, 8:53 PM
server-server should be simpler as you can ask for an access token directly.
Shawn Talbert
03/15/2023, 8:53 PM
the complexity would be around how your specific services requires you to authenticate that token request