We're developing an application that will allow us to create tokens for automated processing. when I try to generate access tokens using curl for oauth 2.0 with JWT I get the following error:
{"error":"unauthorized_client","error_description":"The grant type is unauthorized for this client_id"}