Hi, When you're requesting an access token based of user credentials, you get a wrong response when your credentials are invalid. Expected result: <pre> <code>{ "error_description" : "Invalid username and password combination", "error" : "invalid_grant" }</code></pre> Instead, it only returns: <pre> <code>{ "error" : "invalid_grant" }</code></pre> I will create a pull-request if necessary. Best wishes, Steffen Brem