Best OpenID library for Java
Posted
by Adam Crume
on Stack Overflow
See other posts from Stack Overflow
or by Adam Crume
Published on 2009-12-24T06:18:03Z
Indexed on
2010/04/07
17:43 UTC
Read the original article
Hit count: 239
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?
© Stack Overflow or respective owner