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
The helloworld sample is using the configureGlobal method to create in-memory users in the security configuration.
We should switch to exposing a UserDetailsService bean instead, which is the preferred way of setting up users.
The text was updated successfully, but these errors were encountered:
Summary
The
helloworld
sample is using theconfigureGlobal
method to create in-memory users in the security configuration.We should switch to exposing a
UserDetailsService
bean instead, which is the preferred way of setting up users.The text was updated successfully, but these errors were encountered: