Hi everyone I am trying to change how we do authentication on an internal application. We're making login optional in app.yaml this way:
# Login is optional, the app should be limited to Trusted IPs in AppEngine. - url: /.* script: google3.contentads.gfp.testing.xfpcrv.xfpcrv.app login: optional And setting TRUSTED_IPS_ONLY to true to simplify automated testing. When we launched to the production instance it instantly redirected to a gaia login screen. Any advice on what might be going on? Thanks! -- 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.
