|
Project Information
Featured
Downloads
Links
|
OpenID4Java JSR 196 SAM ModuleThis Open Source Project provides a ServerAuthModule based on JSR-196 to authenticate users with an OpenID account. You can run this module to authenticate users in your own web application through the internet using OpenID authentication. The openid4java-jsr196 library can be used with Glassfish 2.1 or higher, or any other Web- or Application server supporting the JSR-196 standard. This project makes use of the OpenID4Java library. OpenID4Java is a open source library supporting the Client side authentication process to login a user with an OpenID. What is OpenID?OpenID is an open standard that allows a User to sign into web sites through a single URL (a single digital identity). This URL can be a personal home page, a blog or a web service (e.g from a OpenID Provider like https://www.myopenid.com/}, [https://www.google.com/accounts Google or yahoo.com) that the user is already using. In any case the user must register only once with his OpenID service provider and therefore he need only one password. Another advantage of using OpenID in your web application is the exemption of hosting and managing user accounts and password informations. You can read more about the details on openid.net. OpenID and JSR-196There are different solutions available to enable a Web Application to login users with there OpenID account. One of the most auspicious mechanisms to integrate OpenID in JEE Applications is the jsr-196. This authentication service allows web containers to use different login modules - like an external openid provider. JSR-196 is part of the JEE6 specification. Running your web application with Glassfish Server it is very easy to use a JSR-196 authentication module. Ron Monzillo who was specification lead gives a good overview about the jsr-192 on his blog: concepts behind JRS-196. You are welcome to join this project! Please post comments or suggestion into the IssueList. Downlaod & SupportYou can download the lates version form the Donwload List. For further support you can contact me at imixs.com or imixs.org See also details about OpenID4Java at: http://code.google.com/p/openid4java/ |