SpringBoot : Security Configuration using HTTPSecurity vs WebSecurity

In this article, we’ll have a look at customizing Security Configuration and when to use HTTPSecurity vs WebSecurity configurations.

Spring Boot has become the de facto standard for developing production ready Java microservices. At some point we need to add security to our microservices and with Spring Boot we can do with the help of the Spring Security library.

At high level Spring Boot Security is a set of servlet filters that help you customize authentication and authorization to…

--

--

Java enthusiast and open source contributor

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store