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
I am trying to upgrade my project to Spring Boot 1.4.0.M3, but I came up with this problem. When I am trying to access a sensitive endpoint like "autoconfig", basic authentication popup is coming but after sending username and password, I can't enter the realm.
I tried to debug my application and found that there is only one provider ("DaoAuthenticationProvider") in my provider hierarchy, so I could not enter the realm. I mean, Actuator configuration does not configure DefaultInMemoryUserDetailsManagerConfigurer properly, if this is the right point.