Spring Security Filter checks all the request before servelt handles. what does it do? when you add spring - security - starter Adds mandatory authentication for URLs except for /error Adds login form Handles login error Creates a user and sets a default password you can also create your own ID and PASSWORD by writing this in your application.yml spring: security: user: name: tony password: 1234..