Request to add Custom Properties to AuthenticationConfiguration #14451
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Dear. Spring Developers
Although late, I sincerely hope that you receive many blessings in the new year.
Expected Behavior
Would you be so kind as to create a method for utilizing the AuthenticationManager directly, or perhaps devise a property to bypass or eliminate the Default Provider, particularly in circumstances where the AuthenticationManager can be used outright?
Current Behavior
Currently, there is no way to register and use the AuthenticationManager object as a global bean.
I am trying to register a custom Provider, but...
I believe that the DaoAuthenticationProvider is not necessary in the Bearer Token authentication method. Therefore, I did not implement UserDetailsService. However, when I inject the ProviderManager and run authenticate, a proxy object is injected, and a StackOfFlow occurs when trying to find a Bean
The text was updated successfully, but these errors were encountered: