UKGovLD / ukl-registry-poc

Workspace for design of UKGovLD registry proof-of-concept
Apache License 2.0
17 stars 2 forks source link

Add support for OAuth 2.0 (OpenID Connect) #104

Open henningjensen opened 10 years ago

henningjensen commented 10 years ago

Google has deprecated the Open ID 2.0 support. https://developers.google.com/accounts/docs/OpenID

I've just installed the registry on a new server and struggled with finding an openid provider that worked. Ended up installing SimpleID (http://simpleid.koinic.net/) on my own server.

Not sure if openid4java supports OAuth 2.0 but maybe it's only a matter of updating the library to the latest version to fix this.

der commented 10 years ago

Agreed that with Google deprecating OpenID this has to change some how.

Moving to OAuth 2.0 may or may not be the right solution, might have to revert to plain logins or something. We are only looking for Identity not authorization and only chose OpenID due to advice on UK public sector directions.