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
AuthenticationManagerConfiguration#isAuthenticationManagerAlreadyConfigured is quite fragile because it checks to see how many GlobalAuthenticationConfigurerAdapter there are. If more are added by the framework (i.e. #2473), then it won't work.
Additionally, it seems there is a bit of cleanup we can do in AuthenticationManagerConfiguration to make things a bit easier.
The text was updated successfully, but these errors were encountered:
AuthenticationManagerConfiguration#isAuthenticationManagerAlreadyConfigured
is quite fragile because it checks to see how manyGlobalAuthenticationConfigurerAdapter
there are. If more are added by the framework (i.e. #2473), then it won't work.Additionally, it seems there is a bit of cleanup we can do in
AuthenticationManagerConfiguration
to make things a bit easier.The text was updated successfully, but these errors were encountered: