Custom authentication filter login without password in Spring Security

Views: 15,544 As I said in the tutorial about Overview about request processing in Spring Security, the UsernamePasswordAuthenticationFilter class is a filter that will take care of authentication in Spring Security and by default, the user’s username and password information will be used for the … Continue reading Custom authentication filter login without password in Spring Security