Tag Archives: Acegi Security

Spring Security Project

I’m at the midst of developing a repossessed website at work. Management came up with a requirement of OpenID and Custom Authentication. So the user will have the option to choose, the method thats comfortable for him. Since our platform is based on Spring, Our default choice was to use spring security. I was amazed by spring security features. it supports OpenId, LDAP and you name any authentication mechanism, it supports it.

So I thought of trying it at home, so that I can learn the stuff that we don’t implement at office. So my next post will be about implementing a basic spring security project.