Hi All,
This is for Netsuite Integrations
I am trying to generate OAuth2 token using client_credentials for my Server 2 Server integration.
I have created an app with scope (rest web services and restlets) and client_credentials selected.
I have created certificate id by uploading my public certificate as well.
I am also available to generate client_assertion using jwt library with headers, claims, signature (private key) and algo as ES256.
However when I may token request, I keep getting 500 Internal Error with message as server_error.
How can we troubleshoot this? I have validated JWT token (client_assertion) and seems to be ok.