Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenID Java [closed]

Is there an openID implementation in Java? I would like to use this in a tomcat application.

like image 899
Milhous Avatar asked Dec 18 '08 00:12

Milhous


People also ask

Is OpenID deprecated?

OpenID 2.0 is deprecated, and just today the OpenID Foundation approved an OpenID 2.0 to OpenID Connect Migration Guide.

Is OpenID Connect dead?

Is OpenID Dead? Yes, OpenID is an obsolete standard that is no longer supported by the OpenID Foundation.

Is OpenID better than SAML?

OpenID Connect is gaining in popularity. It is much simpler to implement than SAML and easily accessible through APIs because it works with RESTful API endpoints. This also means it works much better with mobile applications.


1 Answers

The openid4java library seems to be the most popular.

like image 121
Adam Mika Avatar answered Sep 23 '22 02:09

Adam Mika