I have an application behind cloud-IAP(https://cloud.google.com/iap/) which has an admin authentication via API keys passed using Authorization header. In this setup when the request reaches the application, after it has been authenticated by IAP, the Authorization header is stripped.
Any ideas how I can make the application work?