Hello, I'm using API Gateway for different App Engine microservices, I'm following the tutorial here <https://cloud.google.com/api-gateway/docs/get-started-app-engine> but when I turn on the IAP for App Engine and I try to make a request through the Gateway, I get a redirection response. If I test this through the browser, I login with my google account and I see the response. But If I test this through Postman or curl, I don't get any results.
The documentation says that *To grant access to your App Engine app, you will need to configure a service account <https://cloud.google.com/api-gateway/docs/configure-dev-env#configuring_a_service_account> with the correct permissions for your API Gateway. * I added the permission "IAP-secured Web App User" to the service account used for the gateway. I thought that the API Gateway should handle the authentication part and I could access to the App Engine endpoint. What is the correct behavior of the IAP - API Gateway configuration? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f2b8b6e7-8d84-4e06-8ecf-40116be5f6d1n%40googlegroups.com.
