Jump to content

JOSSO

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Olenyash (talk | contribs) at 07:17, 19 June 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Java Open Single Sign On (JOSSO) is a single sign-on solution for web applications. It is an open source Java EE based software for user authentication and authorization. The software is released under the GNU Lesser General Public License (LGPL).

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.

See also