oauth2-server icon indicating copy to clipboard operation
oauth2-server copied to clipboard

Remove Message Response from Exception

Open Sephster opened this issue 3 years ago • 1 comments

In previous versions of the server, we used to write error descriptions in a "message" parameter on the JSON payload instead of an "error_description" parameter.

This was changed in recent versions but the message parameter was left in for backwards compatibility. This PR removes this BC hack.

Sephster avatar Dec 12 '20 22:12 Sephster

Need to handle state parameter being included in error if provided.

Sephster avatar Dec 12 '20 23:12 Sephster

Closing as added work to a diff branch now

Sephster avatar Oct 13 '23 21:10 Sephster