Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Issue in generating client credentials token

Deepak AgrawalJun 25 2024 — edited Jun 25 2024

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.

Comments
Post Details
Added on Jun 25 2024
0 comments
128 views