Open
Description
Update CredentialsProvider
. As BasicAuthenticationDetailsProvider
is a Bean, This allows users to override the authentication provider with custom auth scenarios, which would be difficult to fully capture in Spring properties. Currently, the BasicAuthenticationDetailsProvider
is created with a static factory, and could only be overridden by replacing the entire CredentialsProvider
Bean.