Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个新应用程序,将身份验证设置为特定谷歌应用域的用户。我已创建帐户并将此应用程序添加到 myexampledomain.mygbiz.com
我在 Eclipse 中使用 java。当我将此应用程序上传到 GAE 时,没有登录请求。每个人都可以访问...
如何在访问此应用程序之前请求用户登录?
我认为您只需要在 app.yaml 文件中设置所需的登录:
handlers: - url: .* login: required
欲了解更多信息:https ://developers.google.com/appengine/docs/java/configyaml/appconfig_yaml#Requiring_Login_or_Administrator_Status