-
Notifications
You must be signed in to change notification settings - Fork 6k
Support OAuth2AuthorizationRequestCustomizer for DefaultOAuth2AuthorizationRequestResolver #5525
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
Comments
this issue related: #5466 |
Thank you for your feedback and suggestion @mhyeon-lee. Please take a look at the tests below as they show you how to customize the I understand your main goal is to reuse instead of copy (as is the case with the current implementation scenario), however, I would prefer to avoid creating a new API if possible. What are your thoughts on removing the |
Yes. What I want is to extract the desired value from the HttpServletRequest information(queryParam, Header ....) and apply it in the OAuth2AuthorizationRequest. It will be enough to decorate and add information like Test Sample. |
Sounds like the tests I provided will work for your use case? Would you mind closing this issue if this suits your needs? |
@jgrandja |
Summary
I know project will support configurable OAuth2AuthorizationRequestResolver. (#5521)
but, It would be nice to provide a customizer to reuse the DefaultOAuth2AuthorizationRequestResolver.
Sample
java config
The text was updated successfully, but these errors were encountered: