Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Message Response from Exception #1176

Conversation

Sephster
Copy link
Member

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 Sephster added this to the 9.00 milestone Dec 12, 2020
@Sephster Sephster linked an issue Dec 12, 2020 that may be closed by this pull request
@Sephster
Copy link
Member Author

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

@Sephster Sephster marked this pull request as draft December 12, 2020 23:29
@Sephster
Copy link
Member Author

Closing as added work to a diff branch now

@Sephster Sephster closed this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error Response is not OAuth2 compliant
1 participant