Notes
-
ProviderManager.authenticate(Authentication)is the entry point for authentication.All available
AuthenticationProviderbeans can be examined here. -
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.attemptAuthenticationPerforms HTTP-based authentication, and populates the
Authenticationobject.
API
SecurityConfigurer
Cheatsheet
Enable debugging
@Configuration
@EnableWebSecurity(debug = true)
public class SecurityConfig extends WebSecurityConfigurerAdapter