November 2017
Intermediate to advanced
542 pages
14h 24m
English
When we first set up CAS integration with Spring Security, we configured UserDetailsByNameServiceWrapper, which simply translated the username presented to CAS into a UserDetails object from UserDetailsService, which we had referenced (in our case, it was InMemoryUserDetailsManager). Now that CAS is referencing the LDAP server, we can set up LdapUserDetailsService, as we discussed at the tail end of Chapter 6, LDAP Directory Services, and things will work just fine. Note that we have switched back to modifying the calendar application and not the CAS server.
Read now
Unlock full access