Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best OpenID library for Java [closed]

I want users to be able to log into my website with OpenID, but I don't know which library to use. I know which ones are out there, but I would like to know which one would be best. I'm running JOnAS, but no web framework (no Spring, Struts, GWT, etc.). (Please don't chastise me for not using a web framework. I have my reasons.) For what it's worth, my web site is broken into multiple WARs, and I would prefer something that works well in that situation, but that's not a big deal.

Does anyone have experience with the different libraries? Any experiences or wisdom you can share?

like image 720
Adam Crume Avatar asked Dec 24 '09 06:12

Adam Crume


People also ask

Is OpenID Connect free?

OpenID Connect can be freely used by anyone.

Is OIDC open source?

OidcRP 2.1. 0. A complete Open Source implementation of core OIDC and a number of extensions.

What is the difference between oauth2 and OpenID?

The main differentiator between these three players is that OAuth 2.0 is a framework that controls authorization to a protected resource such as an application or a set of files, while OpenID Connect and SAML are both industry standards for federated authentication.


1 Answers

I would have a look at http://code.google.com/p/openid4java/ and http://code.google.com/p/openid4java/wiki/QuickStart

like image 84
rob Avatar answered Oct 11 '22 07:10

rob