Is Netsuite oAuth2.0 broken?
We are not able to get JWTs from their endpoint
j
Jacob Wheeler
10/16/2024, 5:51 PM
Same - New Relic shows errors started around ~11:05am eastern.
r
Redi
10/16/2024, 7:33 PM
Netsuite is deprecating RSA algorithm for oAuth2.0 generation. Will use RSA-PSS
t
TM_Kev
10/17/2024, 1:26 AM
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
Redi
10/17/2024, 2:30 AM
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