google-iap

Google Pub/Sub push message not working for IAP enabled app engine

╄→尐↘猪︶ㄣ 提交于 2019-12-04 21:23:44
I am testing out a very basic Pub/Sub subscription. I have the push endpoint set to an App I have deployed through a Python Flex service in App Engine. The service is in a project with Identity-Aware Proxy enabled. The IAP is configured to allow through users authenticated with our domain. I do not see any of the push requests being processed by my app. I turned off the IAP protection and then I see that the requests are processed. I turn it back on and they are no longer processed. Note: This answer uses BETA commands and features. To enable IAP enabled App Engine access to Pub/Sub push

Enable CORS with Google IAP

陌路散爱 提交于 2019-12-01 11:06:23
I'm are trying make an ajax call to my web api server from a third party JavaScript integration. However after enabling IAP on my API server, I'm unable to make the calls to my web apis from my integration server. I have added my integration server as Authorized JavaScript origins in the Client ID for Web application. Below is the error. Access to XMLHttpRequest at ' https://webapiserver.com/apiendpoint1 ' from origin ' https://myintegration.com ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Please let me know if there is other