I would appreciate any suggestion on how to implement web security for a set of small applications.
Environment: ------------ We are working in 4 small applications: Web Reporting with Birt, business process1, business process 2, data services for the rest of the applications. We have created several JAX-RS services implementing this. All of this are Web Applications The front-end is a Single Page App Requirements: -------------- Add Authentication and Authorization The services call each other in chain (process 1 -> Birt Reporting -> calls data services) Allow single signon We do not care (with our limited knowledge of Web Security) it the application is secured with standard JEE Security, Apache Shiro or Spring Security. We just want an easy to understand, security framework that we can implement over TomEE. I will appreciate any pointers. Thanks. -- View this message in context: http://openejb.979440.n4.nabble.com/Easiest-SSO-Security-for-Ajax-with-TomEE-tp4657278.html Sent from the OpenEJB User mailing list archive at Nabble.com.
