Re: [appengine-java] allow App Engine apps to act as OAuth service providers

2011-09-29 Thread David Chandler
There are several Java OAuth client samples referenced here: http://turbomanage.wordpress.com/2011/08/25/using-the-gae-app-identity-api-and-oauth2/ HTH, /dmc On Thu, Sep 29, 2011 at 7:20 AM, brand´s mill wrote: > Would love to add a custom "email" "password" ... against my appengine > service.

[appengine-java] allow App Engine apps to act as OAuth service providers

2011-09-29 Thread brand´s mill
Would love to add a custom "email" "password" ... against my appengine service. To add this i would love to add my own oauth provider. I found this http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/ . Question: is there an example using java? -- You received