POST to /oauth/token only works if you use form encoding. If you try to post a JSON body it's ignored.

Comments

ef4 created an issue. See original summary.

e0ipso’s picture

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.

e0ipso’s picture

Status: Active » Closed (outdated)