ServiceNow to NetSuite Integration via Oauth 2.0 alg PS256
We needed to call a NetSuite API from ServiceNow, authenticating via Oauth 2.0 Client Credentials. NetSuite requires JWT for this. Algorithm RS256 is supported by ServiceNow out of the box. However, NetSuite deprecated RS256 just this year. I had to ...