Hi, I'm quite new to Acegi but I have gone through the suggested steps and did manage to successfully secure the pages for my web applications using with configuration derived mostly from the samples.
My problem now is that I need to convert the login page into a JSF page, due to some design requirement and some underlying architecture.
I would say that documentation on using alternative login methods for Acegi is quite lacking, but I managed to find:
http://magrokosmos.blogspot.com/2006...h-backing.html
And 2 other blog posts talking about the same thing; that is, to use an actual backing bean to perform manual authentication rather than relying on Acegi's filters.
I have attempted to implement something like that for my own web app but I probably missed something. Now my filterSecurityInterceptor doesn't work anymore and every single page is exposed. The Authentication object seems to disappear in separate requests. Not sure if the post above left something out cos I even tried copying everything exactly.
I would really really appreciate it if someone could take some time to help me break down the necessary steps to move acegi form authentication to backing bean authentication. At least enough so I can start understanding things better.
Thanks for reading. All help appreciated.




- uses the Creator2/NetbeansVisualWeb programming model, that means not Facelets, she would run into the next problem. Securing on different levels (e.g. secure/extremeSecure) seems to be impossible with Acegi and JSF.