[appengine-java] Re: Federated Login redirecting to Google OpenID and not /_ah/login_required on Java GAE

2011-08-09 Thread Vishal
I'm still blocked on this! Does anyone have any thoughts or pointers? Thanks! Vishal On Aug 6, 12:32 am, Vishal Arora vishalar...@gmail.com wrote: Hello Wise Java AppEngineers, I need your help to figure out what I'm doing wrong. I've enabled Federated Login for my Java app, but whenever I

Re: [appengine-java] Re: Federated Login redirecting to Google OpenID and not /_ah/login_required on Java GAE

2011-08-09 Thread JT
Are you sure documentation says you can use your own login servlet? As far as I know it always redirect to google for authentication, I hope I am wrong. On Aug 9, 2011 1:09 PM, Vishal vishalar...@gmail.com wrote: I'm still blocked on this! Does anyone have any thoughts or pointers? Thanks!

[appengine-java] Re: Federated Login redirecting to Google OpenID and not /_ah/login_required on Java GAE

2011-08-09 Thread Vishal
According to http://code.google.com/appengine/articles/openid.html, if you've configured your application to use Federated Login instead of Google Accounts (the default), then it should always redirect to / _ah/login_required for authentication. The only possible exception I see is the dev