This bean is no different that the NoOpPasswordEncoder which comes with spring boot. No we are going to do a small experiment and add a custom password encoder. Our password encoder will compare the clear text
spring-boot-project spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security AuthenticationManagerConfiguration.java reactive ReactiveAuthenticationManagerConfiguration.java spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/security SecurityTe...