Allowing for a @Bean of type OAuth2AccessTokenResponseClient<OAuth2Cl…#6606
Allowing for a @Bean of type OAuth2AccessTokenResponseClient<OAuth2Cl…#6606fritzdj wants to merge 1 commit intospring-projects:masterfrom fritzdj:gh-6572
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 |
.../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
.../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
.../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
Outdated
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