Sunday, 15 April 2012

google app engine - How to allow certain email address to authenticate GAE application? -



google app engine - How to allow certain email address to authenticate GAE application? -

in gae application want allow only three (ex. abc@mydomain.com, xyx@mydomain.com , abc@gmail.com) email addresses authenticate, not configure it. while createing gae application has 3 alternative not match requirement. helping on highly appreciated. thanx in advance.

you can 'close' handlers non-admin users in app.yaml

- url: .* script: main.application login: admin

then, add together 3 users application owner/developer/viewer in admin console / permissions. users need have registered google business relationship apply.

google-app-engine

No comments:

Post a Comment