English 中文(简体)
App Engine Authentication Error
原标题:

I have an app hosted by google app engine, and I am having trouble with authentication.

When I login using my admin account and try to access the admin page or members pages, I just get a blank screen. I can login, and the members only menu shows when I login, but I just can t see any data from the members pages.

I m not really sure where I should start checking? My app is registered with my google apps account and I am using the only admin login that is there.

Any suggestions would be appreciated.

问题回答

It sounds like you re running into the Google Apps vs Google Accounts issue. If you have a Google Apps account listed as an administrator on an app that accepts any Google account for authentication, it won t be recognized as an administrator. You need to create a regular Google account (such as a gmail address) and use that as an admin in your app.





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签