[google-appengine] Re: openid provider & oauth

2010-09-27 Thread Darien Caldwell
I'm doing a provider. People establish their identity on my site, and use that identity to log into other OpenID services with the credentials from my site. The links I provided will get you going in the right direction. :) -- You received this message because you are subscribed to the Google Gro

Re: [google-appengine] Re: openid provider & oauth

2010-09-26 Thread Martin Webb
: Google App Engine Sent: Sun, 26 September, 2010 22:56:39 Subject: [google-appengine] Re: openid provider & oauth Oh, I see you added OAuth into the mix. I'm not using OAuth. But App Engine has built in support for that I hear. -- You received this message because you are subscribed to t

[google-appengine] Re: openid provider & oauth

2010-09-26 Thread Darien Caldwell
Oh, I see you added OAuth into the mix. I'm not using OAuth. But App Engine has built in support for that I hear. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To uns

[google-appengine] Re: openid provider & oauth

2010-09-26 Thread Darien Caldwell
yes i have it working. I'm using it to provide OpenIDs to users for our related sites. Your best bet is to get this example provider app here: http://code.google.com/p/appengine-openid-provider/ It's based on Janrain's OpenID code ver. 2.1.1 But I found the latest version 2.2.5 dropped right in.

Re: [google-appengine] Re: openid provider & oauth

2010-09-26 Thread Martin Webb
I think i have confused this myself - ok. so you have oauth - as a provider working ? I have my own users login system. im not using google accounts. i want my app to act as a provider. Can you offer any info on how to set this up. Is it working for you etc. Regards Martin Webb The inf