Enabling a custom domain on an App Engine service is now a breeze, so is enabling IAP (Google Identity-Aware Proxy) ???? But, I can't figure out how to get IAP and my custom domain to work together!
- both
https://myservice-dot-myapplication.appspot.com
andhttps://myservice.mydomain.com
are triggering the IAP consent screen where I can login through an appropriate user (as configured in IAP Role/Member) https://myservice-dot-myapplication.appspot.com
will let me see my app after loginhttps://myservice.mydomain.com
will consistently deny me access with theYou don't have access
message, just like if I log in through a Gmail account which is not authorized by the IAP configuration
If I disable IAP, I can go through both domains (without authentication of course, which is not desired) and confirm that the custom domain is indeed working with an appropriate and auto-generated certificate. It feels like I missed an option in IAP to configure an alias domain or something like that, but I can't find that option.
What did I miss? Or is it simply not possible to get IAP to work with a custom domain at the moment? Thanks for your help! ❤️
NB: The Domain Names Have Been Changed to Protect the Innocent.