Hi,

I am trying to set up the following:

1. My app running at www.mydomain.com
2. Users can log in at www.mydomain.com, using google accounts (not
google apps)
3. I can log in at www.mydomain.com/admin, as an admin for my app

To do this I have tried the following:

a. Create a google apps account for mydomain.com
b. Sign in to www.appspot.com/a/mydomain.com
c. Create myapp, with google accounts authentication
d. Add mydomain.com as a domain
e. Add an alternative url of www.mydomain.com
f. At this stage both points 1 and 2 above work
g. In my app.yaml, add a handler for /admin with login: admin
h. As expected I can't log in to /admin as my google apps account
(because I chose google accounts authentication)
i. So I create a google account (not google apps) for
[email protected]
j. While logged in to www.appspot.com/a/mydomain.com, invite
[email protected] as an admin
k. Log in to google as [email protected]
l. Click the link in the invitation email, and accept
m. If I log back in to www.appspot.com/a/mydomain.com, then
[email protected] shows up as a user
n. BUT if I log out and log in to www.appspot.com as
[email protected], then myapp is not listed
o. AND if I go to www.mydomain.com/admin (or myapp.appspot.com/admin)
and log in as [email protected], then I get "Error: Forbidden
Your client does not have permission to get URL /admin from this
server."

Have I done something wrong?

Is there a better way to achieve what I want? Maybe I should have
created myapp under [email protected], and then just done steps
a, d and e?

Thanks,
Saxon

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to