Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenID consumer for JAVA GAE

Is there any OpenID implementation I could use in my GAE (Google App Engine) Project?

like image 941
Hurda Avatar asked Feb 17 '10 18:02

Hurda


2 Answers

I think it is now supported by GAE sdk http://code.google.com/intl/nl-NL/appengine/articles/openid.html

like image 79
Pablo Castilla Avatar answered Oct 21 '22 08:10

Pablo Castilla


One option is to use RPX which allows your application to accept OpenID from multiple sources without you having to do the hard work.

I have used it for my GAE app, even jusing GWT and it works well.

rpxnow.com

like image 33
Peter Sankauskas Avatar answered Oct 21 '22 09:10

Peter Sankauskas