-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Allowing for a @Bean of type OAuth2AccessTokenResponseClient<OAuth2Cl… #6606
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
Conversation
@fritzdj Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@fritzdj Thank you for signing the Contributor License Agreement! |
@jgrandja, I wasn't sure what the best way to test this was. Ideally we could check that a |
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 for the PR @fritzdj. Please see my comments.
.../springframework/security/config/annotation/web/configuration/OAuth2ClientConfiguration.java
Show resolved
Hide resolved
...ngframework/security/config/annotation/web/configuration/OAuth2ClientConfigurationTests.java
Show resolved
Hide resolved
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.
@jgrandja, please see my updates
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 for the updates @fritzdj. Please see my comments for a couple of minor changes.
.../springframework/security/config/annotation/web/configuration/OAuth2ClientConfiguration.java
Show resolved
Hide resolved
...ngframework/security/config/annotation/web/configuration/OAuth2ClientConfigurationTests.java
Show resolved
Hide resolved
.../springframework/security/config/annotation/web/configuration/OAuth2ClientConfiguration.java
Outdated
Show resolved
Hide resolved
...ngframework/security/config/annotation/web/configuration/OAuth2ClientConfigurationTests.java
Outdated
Show resolved
Hide resolved
...ngframework/security/config/annotation/web/configuration/OAuth2ClientConfigurationTests.java
Outdated
Show resolved
Hide resolved
Thanks again for the help on this - all of those minor changes should be included now. |
...ngframework/security/config/annotation/web/configuration/OAuth2ClientConfigurationTests.java
Show resolved
Hide resolved
…ientCredentialsGrantRequest> to be discovered by OAuth2ClientConfiguration Fixes gh-6572
@jgrandja, thanks again for your help on the change and helping walk me through this process. Definitely time consuming for you, but now I have the hang of it for future changes :) |
Allowing for a @bean of type OAuth2AccessTokenResponseClient to be discovered by OAuth2ClientConfiguration
Fixes gh-6572
#6572