November 2017
Intermediate to advanced
542 pages
14h 24m
English
If you've read and understood the explanations throughout this chapter, describing how Spring Security LDAP authentication works behind the scenes, this bean configuration will be perfectly understandable, albeit a bit complex. We'll configure LdapAuthenticationProvider with the following characteristics:
Take a look at the following steps:
//src/main/java/com/packtpub/springsecurity/configuration/ SecurityConfig.java @Bean public LdapAuthenticationProvider authenticationProvider ...
Read now
Unlock full access