security « Seam « JSF Q&A





1. Seam security with externally-orchestrated SSO    stackoverflow.com

I have an application deployed on WebLogic 10.3.2 (11g), in which the user logs in through SSO. In other words, if the user is not logged in, he is redirected to ...

2. How can I add Seam Security to my Netbeans JEE6 application?    stackoverflow.com

I'm developing a web application using JEE6/JSF2/CDI with NetBeans and I want to use the Security Module of Seam to manage the authorization/authentication process. Is it possible?