-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add support for access token in body parameter as per rfc 6750 Sec. 2.2 #15819
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@jonah1und1 Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@jonah1und1 Thank you for signing the Contributor License Agreement! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks much for the PR @jonah1und1. Apologies for the delay. I have some feedback inline. Please note that I will hold off merging until after the GA release, since we are in the RC phase of 6.4 and will need to wait to introduce new APIs (setAllowFormEncodedBodyParameter()
) until 6.5.
...uth2/server/resource/web/server/authentication/ServerBearerTokenAuthenticationConverter.java
Show resolved
Hide resolved
...uth2/server/resource/web/server/authentication/ServerBearerTokenAuthenticationConverter.java
Show resolved
Hide resolved
@jonah1und1 thanks for your patiance. As discussed in this comment, I have decided to move forward as-is with this improvement. This PR is merged into |
Currently, the reactive stack does not allow for authentication via parameter in body of post requests.
RFC-6750 Sec. 2.2 allows this. It is also support by mvc stack.
Related ticket: gh-15818.