Reputation:
I want restrict public access and authenticate user whith google sign in on certain page of my GAE (standard) static web site. I tried to do it whith Access Control List but I could not managed to set public restriction... Any idea?
Upvotes: 1
Views: 1057
Reputation: 4688
You can use Identity-Aware Proxy (IAP) for it. https://cloud.google.com/iap/docs/app-engine-quickstart
Upvotes: 2