java - Authentication app engine using google apps domain -
i created new application, set authentication users of specific google apps domain. i've created accounts , added app myexampledomain.mygbiz.com
i'm using java eclipse. when upload app gae, no login request. can access...
how can request users login before visit app?
i think need set login required app.yaml file:
handlers: - url: .* login: required
for more info: https://developers.google.com/appengine/docs/java/configyaml/appconfig_yaml#requiring_login_or_administrator_status
Comments
Post a Comment