Skip to main content

2 docs tagged with "authentication"

View all tags

Spring Security Authentication

How Spring Security authenticates users — UserDetailsService, PasswordEncoder, AuthenticationManager, and the authentication flow from credentials to SecurityContext.

Spring Security Filter Chain

How Spring Security's ordered chain of servlet filters intercepts every HTTP request and applies authentication and authorization before the request reaches your controller.