JOS(Java OpenID Server) is a multi-domain, multi-user OpenID Provider based on OpenID4Java, Spring Framework, Hibernate, Velocity.
Features
* Multi-domain support.
* Multi-user support.
* Account management.
* Multilingual support (now en_US, ja, zh_CN are available).
Requirements
* JDK 1.5+
* A servlet container (such as Apache Tomcat, for more containers see List of Servlet containers on Wikipedia)
* A database system (such as PostgreSQL, MySQL etc.)
News
* 2008-08-23 - jos 1.1.0-beta released
New feature:
* Multi-domain support.
Bugfixes and minor changes:
* Fix exception if denying the RP's authentication request.
* Fix mistake of increasing the approval count if enforcing crossing-OpenID attack.
* Fix exception if deleting a persona which is in use.
* Fix mistake of sending additional information to RP even if the RP does not request this.