Relative Content

Tag Archive for springspring-bootspring-securityspring-security-oauth2spring-autoconfiguration

Spring boot security custom starter

I have few spring boot microservices, and for some of the I want to define a custom security starter to utilise the same security filter chain. I did the setup on one service, everything works as expected, but when I want to move it in my common auth project, the beans are correctly initiated, but the authentication does not work anymore. In security started I need two beans defined as follows: