OAuth2ClientSecurityConfig

camundala.camunda7.worker.oauth.camunda.OAuth2ClientSecurityConfig
@Configuration(value = _, proxyBeanMethods = _, enforceUniqueMethods = _)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

@Bean(value = _, name = _, autowireCandidate = _, initMethod = _, destroyMethod = _)
def authorizedClientManager(clientRegistrationRepository: ClientRegistrationRepository): OAuth2AuthorizedClientManager

Register an OAuth2AuthorizedClientManager @Bean and associate it with an OAuth2AuthorizedClientProvider composite that provides support for the authorization_code, refresh_token, client_credentials and password authorization grant types.

Register an OAuth2AuthorizedClientManager @Bean and associate it with an OAuth2AuthorizedClientProvider composite that provides support for the authorization_code, refresh_token, client_credentials and password authorization grant types.

See: https://docs.spring.io/spring-security/reference/servlet/oauth2/client/index.html

Attributes