[appengine-java] Authorization options does'nt limit access for non-domain users

2012-01-19 Thread Garese
Hi everyone, this is my first post here :) I recently started developing GAE apps, currently following as many tutorials as I can and implementing my own apps... I'm having a problem with the OAuth tutorial: not with the app itself, which works just fine, but with the Authentication Options I

[appengine-java] Problem with Authentication Options

2012-01-20 Thread Garese
Hi everybody, I'm trying to develop a GAE app which deals with a Google Apps domain user's data. I'm setting up an OAuth procedure to grant my application the permission to manage those data, and I would like to restrict access to the app, allowing only the G-Apps domain users. During the app