“Missing grant-type parameter” in Auth0 Delegation endpoint call
问题 I'm trying to call (POST) the Auth0 delegation endpoint from Postman with the following request, as suggested by Auth0: Content-Type: 'application/json' { "client_id": "{CLIENT_ID}", "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer", "id_token": "{YOUR_ID_TOKEN}", "target": "lwTL1rYVfC0KsBUFPeKWY3HvGjbIgdDM", "api_type": "salesforce_api", "scope": "openid" } I'm getting this error, even though the grant_type parameter is included in the above request: { "error": "invalid_request",