Next Steps

Additional Content

Now that you have successfully added authentication to an existing project you can further explore the topics below:

  1. For a deeper dive into spring security you can visit the official docs .
  2. View this guide that walks through the creation of a spring MVC web application using Spring Security.
  3. Baeldung Spring Security Basic Authentication walkthrough. This will will walk through the process of basic authentication with Spring with an MVC application.