Overview

  1. Any time client sends a request to any protected resource -spring security uses by default : basic authentication
  2. Client has to send username:password using base64 encoding.
  3. In case of successful , authentication , access to end point is given.

How Basic Auth Processing is Done by Spring Security

Characteristics