**Expected Behavior** <!--- Tell us how it should work --> According to [A comprehensive formal security analysis of OAuth 2.0](https://blog.acolyer.org/2016/11/07/a-comprehensive-formal-security-analysis-of-oauth-2-0/). 303 redirect should be used to drop the body of an HTTP POST request. **Current Behavior** <!--- Explain the difference from current behavior --> DefaultRedirectStrategy in OAuth2AuthorizationEndpointFilter sets the status to 302 **Context** <!--- How has this issue affected you? What are you trying to accomplish? What other alternatives have you considered? Are you aware of any workarounds? --> If needed, i can work on it.