Google App Engine Authentication

0 views
Skip to first unread message

Sergio del Amo via StackOverflow

unread,
Nov 27, 2013, 8:26:12 AM11/27/13
to google-appengin...@googlegroups.com

While creating a new application on App Engine, I can choose whether to allow any standard Google Accounts to log into my application or limit the logins to one particular Google Apps domain.

I am afraid allowing Google account only login could damage an application acceptance.

Is it possible to use a simple authentication mechanisms such as Realm in Tomcat or something like similar. That it is to say, typical email / password login.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/2357210/google-app-engine-authentication

Adam Crossland via StackOverflow

unread,
Nov 27, 2013, 8:26:15 AM11/27/13
to google-appengin...@googlegroups.com

You are completely free to implement your own authentication mechanism. The one that AppEngine provides for free is tied to Google Accounts, but you can roll your own. Just be careful, as designing a really robust, safe and hack-resistant authentication scheme is extremely challenging.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/2357210/google-app-engine-authentication/2357234#2357234

tempy via StackOverflow

unread,
Nov 27, 2013, 8:26:17 AM11/27/13
to google-appengin...@googlegroups.com

I would suggest openID, and if necessary for sharing data with external systems, oauth. I think users would tend to react well to openID for authentication, as opposed to being asked to fork over their user credentials.

I would recommend dyuproject, if you're using java.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/2357210/google-app-engine-authentication/2376095#2376095
Reply all
Reply to author
Forward
0 new messages