The JWT token must contain a valid claims for metascopes
We have created a jwt to access User data, but after verifying we only get the message
{"error_description":"The JWT token must contain a valid claims for metascopes","error":"invalid_scope"}
any ideas what this is about?
The JWT was verified to be valid using JSON Web Tokens - jwt.io
Also changing Details in the client_id or client_secret changed the error message to sometinhg pointing to an error in the respective area.
Any help will be appreciated.
Thanks.
