I have gone through most of the steps and they all work until I get to log in and get an OAuth/token. I'm sending the client secret and client_id generated by the passport install as well as the username and password and the return I'm getting is
The client ids are for test only, they are the Password Grant Client details and I'm getting a return error of
{
"error": "unsupported_grant_type",
"error_description": "The authorization grant type is not supported by the authorization server.",
"hint": "Check that all required parameters have been provided",
"message": "The authorization grant type is not supported by the authorization server."
}