-
"unsupported_grant_type" at POST Request to OAuth 2.0 Client Credentials Grant Flow
Trying to get access_token from an OAuth 2.0 Netsuite instance set with Client Credentials Grant flow but kept getting "unsupported_grant_type". Have the following successes: Postman was able to get access_token to the same OAuth 2.0 Netsuite instance using Authorized Code Grant flow. At the suitelet, was able to get the…
-
How to use jsrsasign.js in SuiteScript Debugger for OAuth 2.0 Client Credential Grant flow?
Hi All, I'm new to this OAuth 2.0 Client Credential Grant flow. I'm having problem correctly using jsrsasign.js, or I'm unable to spot my scripting mistakes. SuiteScript Debugger reported error "init failed:Error: not supported argument" upon signing the JWT in my require() script in debugger. jsrsasign.js of course has no…
-
Issue with OAuth 2.0 Client credentials flow
Hi I have created a Netsuite integration in my application and took it to production. I am able to login and receive access_token and refresh_token when I try connecting with the same account that was used to create the integration record/app, but when a customer of mine tries it, we are not receiving the callback to our…
-
End of Support for RSA PKCSv1.5 Scheme for OAuth 2.0
This notice is intended for customers who are using the RSA PKCSv1.5 scheme in your algorithm for token signing for the OAuth 2.0 client credentials flow. The support for this scheme is ending October 1, 2024. It is still possible to use this scheme until October 1, 2024, but you should update your integrations as soon as…