-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: configAn issue in spring-security-configAn issue in spring-security-configin: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement
Milestone
Description
We should allow for a @Bean
of type OAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>
to be discovered by OAuth2ClientConfiguration
. This would than be associated with OAuth2AuthorizedClientArgumentResolver.setClientCredentialsTokenResponseClient()
.
Ultimately, this will allow the user to register a DefaultClientCredentialsTokenResponseClient
@Bean
with a configured RestOperations
and/or Converter<OAuth2ClientCredentialsGrantRequest, RequestEntity<?>>
.
Metadata
Metadata
Assignees
Labels
in: configAn issue in spring-security-configAn issue in spring-security-configin: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancementA general enhancement