JOSSO
From Wikipedia, the free encyclopedia
Java Open Single Sign On (JOSSO) is a single sign-on solution for web applications. It is an open source J2EE based software for user authentication and authorization. The software is released under an Apache/BSD-style open source license.
[edit] Description
The framework allows multiple web server/applications such as the Apache HTTP Server, Apache Tomcat, JBOSS, ASP, PHP etc to authenticate users with credential store. JOSSO communicates with credential stores over the Lightweight Directory Access Protocol (LDAP) or a JDBC connection.
JOSSO exposes Single Sign On services using SOAP over HTTP protocol allowing it to easily integrate with non-Java applications. JOSSO implements JAAS (Java Authentication and Authorization Service) to authenticate and enforce access controls upon users.

