Is there anyone who got success in access tokens t...
# suitescript
h
Is there anyone who got success in access tokens through postman using client credentials (Oauth 2.0) ?
b
you would need a complicated pre-request script
the native crypto packages included with postman do not support the crypto used in the jwts supported by netsuite
h
would you please help me out with this ? or can you share with me some helpful links? I have created JWT certificate, and also created client credential certificate as you can see in the attached screenshot
b
i personally didnt find using postman to be helpful
went straight to coding it, where you can find actual jwt support
1
its especially important when you consider that netsuite's documentation on client credentials is still wrong
h
so I believe that the certificate (M2M) will not be used when we go through coding where JWT is actually supported. ? Am I right ?
b
you would only need the private key
h
Can you please share a snippet where you are getting access code in your coding?
b
nope, i generally dont share my code
1