There was a search for an example of captcha integration (any kind of recaptcha, kaptcha ..) using Spring Loading on the login page using Spring Security using a custom implementation of org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;
Also how to send additional parameters to the userDetailsService class from the login page?
thanks
source share