Jump to content

Cannot make a successful request - JWT error


 Share

Recommended Posts

I have managed to request an authorization code, and convert it into an access token.

However, when I then make a request using the access token, I get an "Unauthorised Access" error,  the JSON response being:-

[{"$severity":"error","$dataCode":"AccessTokenVerificationError","$message":"Access token is invalid (JWT malformed or missing).","$source":"Authorization"}]

I am not doing any encoding or decoding.  I am simply using the access token as it is presented to me.  

Can anyone tell me what is going wrong?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...