Relative Content

Tag Archive for spring-securityspring-boot-3

How to configure 2 authentication manager in 2 different filterchain spring boot 3

I am migrating my project’s spring boot version from 2.7 to 3.x and therefore I was migrating my SecurityConfiguration file. Initially, it had 2 configuration classes with order 1 and 2 respectively. I had 2 login configuration, one is normal second is overview login. normal login was successfully migrated according to spring boot 3, however, overview login I am not able to migrate. Tried several things but in vain. PFB old code and tried code: