[web2py] Re: OpenID on GAE

2011-03-30 Thread Will Stevens
It is worth noting that you will need to get the python-openid package from (http://pypi.python.org/pypi/python-openid/) and add the 'openid' folder to the folder 'web2py/site-packages' in your project so it can be referenced by 'openid_auth.py' On Mar 30, 1:03 pm, Will Stevens wrote: > Ya, I ha

[web2py] Re: OpenID on GAE

2011-03-30 Thread Will Stevens
Ya, I had setup Janrain previously and it worked, but my application needs control (or at least awareness) of which login types are being used and are associated with a user. The good new is that I JUST FIGURED IT OUT!!! :) My setup: I have both the regular auth setup as well as openid, so on th

[web2py] Re: OpenID on GAE

2011-03-30 Thread Arbie Samong
Hey man you may want to use janrain which also supports openid. I use it for my app and it works fine. Massimo explained the setup here: http://blip.tv/file/4912976 Regards, Arbie On Mar 31, 12:08 am, Will Stevens wrote: > I have continued battling with this.  Still no luck... > > Any input wou

[web2py] Re: OpenID on GAE

2011-03-30 Thread Will Stevens
I have continued battling with this. Still no luck... Any input would be appreciated... ws On Mar 29, 4:07 pm, Will Stevens wrote: > I have continued testing and I have further confirmed that the only > time I am having the redirect issue of: > [DB] profiles.google.com/williamstevens authentic

[web2py] Re: OpenID on GAE

2011-03-29 Thread Will Stevens
I have continued testing and I have further confirmed that the only time I am having the redirect issue of: [DB] profiles.google.com/williamstevens authenticated Status: 303 SEE OTHER Set-Cookie: session_id_cloudops="292:7dfe3917-16a3...etc...a0077e6f94f6"; Path=/ Content-Type: text/html; charset=U

[web2py] Re: OpenID on GAE

2011-03-29 Thread Will Stevens
in the initial post, i change my app name to init and controller to default cause that is what you would be expecting. it is actually cloudops and dashboard, but i have everything configured for that to work... i did not change the urls in the latest printout, so i wanted to make a note of that.

[web2py] Re: OpenID on GAE

2011-03-29 Thread Will Stevens
I have continued debugging, so I figured I would add some more details. In the controller here... if 'janrain_nonce' in request.vars: auth.settings.login_form = openid_login_form return dict(form=auth() I printed out the value of 'request.vars' in a debugger. => request.vars https://