POST to /oauth/token only works if you use form encoding. If you try to post a JSON body it's ignored.
ef4 created an issue. See original summary.
This is a side-effect of the underlying PHP library. We can probably handle that transformation from JSON in the controller if the Content-Type is set to application/json.
Content-Type
application/json
Comments
Comment #2
e0ipsoThis is a side-effect of the underlying PHP library. We can probably handle that transformation from JSON in the controller if the
Content-Typeis set toapplication/json.Comment #3
e0ipso