Spring Security LDAP and Remember Me
There are two issues to configuration of the RememberMe features with LDAP: selection of the correct RememberMe implementation (Tokens vs. PersistentTokens) its configuration using Spring’s Java Configuration I’ll take these step by step. The Token-based remember me feature (TokenBasedRememberMeServices) works in the following way during authentication: user gets authenticated (agaisnt AD) and we currently know … Read more