Which Java library do you recommend implementing authentication in a Java web application (servlets and JSPs only)? We want to offer the most common authentication providers (Facebook, Yahoo, Gmail, etc.), as well as a local account.
I found SocialAuth , but it looks pretty new and I don't know if there are any better alternatives. In addition, it looks like SocialAuth will request access to user contacts that I donβt need and can annoy our users.
Thanks!
java authentication oauth openid socialauth
Γscar
source share