Describe the bug
The authorization server accepts query params as valid parameters for the token request
To Reproduce
http --form POST /oauth2/token?refresh_token=<your_refresh_token>&grant_type=refresh_token
Expected behavior
Request should be rejected