Join Slack
Powered by
Has anyone done OAuth 2.0 Client Credentials Flow?...
# suitescript
e
Eric B
11/30/2021, 3:36 PM
Has anyone done OAuth 2.0 Client Credentials Flow? I’m stuck trying to understand the generation of the JWT token.
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_162790605110.html
b
battk
11/30/2021, 3:37 PM
usual answer is to use a library to generate a jwt for you
battk
11/30/2021, 3:37 PM
the thing to keep in mind is that netsuite's documentation for client credentials is wrong
battk
11/30/2021, 3:38 PM
if their example does one thing and the documentation says to do otherwise
battk
11/30/2021, 3:38 PM
follow the example
e
Eric B
11/30/2021, 3:47 PM
thanks
@battk
Eric B
11/30/2021, 3:48 PM
So in terms of my understanding, the certificate that’s generated that will be uploaded to NS should be generated by the external source right?
b
battk
11/30/2021, 4:44 PM
yes
👍 1
Open in Slack
Previous
Next