The public facing site uses our custom auth (Facebook connect), admin panel 
uses Google accounts Auth.
We wanted to restrict access to our admin panel, so we gave login:admin in 
app.yaml for /admin routes,  it was working for the time being.

Now we want more people in the company(Google Apps managed) to access the 
admin panel.
Isn't there a "login:domain"  ?

I was trying to change authentication to Google Apps for my application and 
set "login:required", but the old console on appengine.google.com doesn't 
let me do so.
It gives a warning about existing "User" properties in datastore.

Screenshot -
<https://lh3.googleusercontent.com/-rrj585v8Ucw/VUCQ49WLb0I/AAAAAAAADAc/D1LQWqr7QUk/s1600/Screen%2BShot%2B2015-04-29%2Bat%2B1.29.03%2Bpm.png>

However the new console doesn't show any warning. 
Screenshot-
<https://lh3.googleusercontent.com/-pL7Cnx8O2iI/VUCR5vYgqaI/AAAAAAAADAo/_jD6ziP0mrk/s1600/Screen%2BShot%2B2015-04-29%2Bat%2B1.29.22%2Bpm.png>

I am not sure whether I should go ahead and change this and not have any 
effect on users on our production site.

Are there are any better ways to set this up?
Custom auth on production, Google Apps auth for admin panel.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/92024ce2-d1c6-4a95-b4bf-f069e901607c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to