We are using OpenID4Java library in code. How can we upgrade to OpenID Connect as recommended but Google: https://developers.google.com/accounts/docs/OpenID
Asked
Active
Viewed 2,092 times
0
-
You might find the following blog useful when migration your Google OpenID2 implementation to OpenID Connect: https://arvados.org/blogs/30 – Miguel Andres Mar 24 '15 at 21:17
1 Answers
2
The OpenID4Java library only supports OpenID 2.0 and 1.0. For OpenID Connect you'll need to consider a different library. You can pick one from the (Java) options listed on the following page: http://openid.net/developers/libraries/

Hans Z.
- 50,496
- 12
- 102
- 115