Re: [web2py] always get "This webpage has a redirect loop" if use google oauth2

2014-01-02 Thread Tim Richardson
On Thursday, 2 January 2014 09:02:17 UTC+11, Massimo Di Pierro wrote: > > Hello Tim please open a ticket. I used this recently without problems. > Make sure you list the steps and the code you changed from scaffolding. > http://code.google.com/p/web2py/issues/detail?id=1840 I reproduced the pr

Re: [web2py] always get "This webpage has a redirect loop" if use google oauth2

2014-01-01 Thread Massimo Di Pierro
Hello Tim please open a ticket. I used this recently without problems. Make sure you list the steps and the code you changed from scaffolding. On Wednesday, 1 January 2014 05:49:17 UTC-6, Tim Richardson wrote: > > I've just tried CAS for the first time (2.8.2). I also get the redirect > loop. >

Re: [web2py] always get "This webpage has a redirect loop" if use google oauth2

2014-01-01 Thread Tim Richardson
I've just tried CAS for the first time (2.8.2). I also get the redirect loop. The provider is a newly cloned welcome app running on an SSL server. The consumer is running on a test server (same machine). I have a controller (CAS consumer) http://127.0.0.1:8050/olap/default/merge_patients decora

Re: [web2py] always get "This webpage has a redirect loop" if use google oauth2

2013-12-31 Thread Vinicius Assef
I'm experiencing the same problem but with CAS provider in version 2.8.2. I sent 2 emails to this list some days ago, but until now I didn't saw a solution. :-( On Tue, Dec 31, 2013 at 4:47 AM, Wei Li wrote: > I am trying to make a tiny example to login my app via google oauth2. > However, I alw

[web2py] always get "This webpage has a redirect loop" if use google oauth2

2013-12-30 Thread Wei Li
I am trying to make a tiny example to login my app via google oauth2. However, I always got "This webpage has a redirect loop" error from the browser if I use @auth.requires_login() pragma. Model Code: from gluon.contrib.login_methods.oauth20_account import OAuthAccount auth.settings.login_form