0

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

Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
  • 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 Answers1

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