You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Update
CredentialsProvider
. AsBasicAuthenticationDetailsProvider
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, theBasicAuthenticationDetailsProvider
is created with a static factory, and could only be overridden by replacing the entireCredentialsProvider
Bean.The text was updated successfully, but these errors were encountered: