Following Tutorial for OAuth2 authentication with JWT returns the following error.
{
"error": "invalid_request",
"error_description": "Invalid grant_type parameter or parameter missing"
}
I am using the following format for my request.
I am using SoapUI to send the request with the POST method.
The grant type parameter I am using is what is specified in the documentation (urn:ietf:params:oauth:grant-type:jwt-bearer).
Any help would be appreciated.