Solved

Cannot create JWT per specific app

  • 14 April 2024
  • 1 reply
  • 43 views

While trying to create JWT for a public app by client ID, I got the next error:

"Invalid Client ID"
1713115642344.png

(Used client ID is correct, application is public)

Could you please help to sort out this error?

icon

Best answer by ericjonolsen 15 April 2024, 11:45

View original

1 reply

Are you creating the JWT in Sandbox or Production? If you are in Sandbox creating a token, you will still need to reference the client ID of the production app. Seems backwards, but I ran into this myself a few months ago.

Reply