Google Cloud Professional Cloud Security Engineer — Question 297

You run a web application on top of Cloud Run that is exposed to the internet with an Application Load Balancer. You want to ensure that only privileged users from your organization can access the application. The proposed solution must support browser access with single sign-on. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because activating Identity-Aware Proxy (IAP) allows you to enforce authentication and manage access control seamlessly while enabling single sign-on for browser users. Option A is incorrect as it does not support single sign-on. Option B does not provide the necessary authentication mechanism for browser access, and option C is not suitable as it relies on IP whitelisting instead of user authentication.