how to customize the ClientSecretAuthenticationProvider in Spring oauth2 authorization server
In Spring Oauth2 Authorization Server i want to customize ClientSecretAuthenticationProvider
when generate token api is trigger. But unfortunately the CustomClientSecretAuthenticationProvider
is not being executed its still using the default ClientSecretAuthenticationProvider
. Would like to know how to fix this.