Is Netsuite oAuth2.0 broken? We are not able to ge...
# general
r
Is Netsuite oAuth2.0 broken? We are not able to get JWTs from their endpoint
j
Same - New Relic shows errors started around ~11:05am eastern.
r
Netsuite is deprecating RSA algorithm for oAuth2.0 generation. Will use RSA-PSS
t
This happened to us as well, seemingly out of the blue. At least the fix was "easy" enough but annoying since there was no notification or email around this. Was this your experience too @Redi?
r
Had to create new integration and generate a new certificate using RSA-PSS and some code change so when our JWT is generated and signed it uses PS256 algorithm. A little work that needed to be done but the hard part was figuring out the code changes lol