Tag Archives: spring

Spring Security 2.x with multiple credentials

I am currently working on a project using Spring Security 2.x where the user authentication consists of more than just two parameters. Usually authentication consists one principal (username) and one credential (password). We are sticking with Spring Security version 2.x … Continue reading

Posted in Java, Spring | Tagged , , | 2 Comments