If you just want to use federated login, Wesley's article here has some Java code samples:
http://code.google.com/appengine/articles/openid.html On Mon, Aug 2, 2010 at 8:01 AM, ohad <[email protected]> wrote: > hi > i tried to make an application on GAE, that demos the openID > authentication mechanism. > > i saw some examples of people that think they use openID, but there is > no openID code in their program - only links to some openID > providers... and that providers ask for authentication. what i wanna > show is a program that gets URL, and uses openID code in order to > authenticate that user. > > unfortunately, my code did not work since it needs to use HttpClient, > that opens a thread, and this is blocked by google app engine. > > my questiion: is there a work around? i have encountered the same > problem in another project (tried to call amazon EC2 from GAE), and > then amazon gave a different JAR that don't use HttpClient, but > UrlFetch of Google... > > any ideas? > > Ohad > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
