Your customer is moving an existing corporate application to Google Cloud Platform from an on-premises data center. The business owners require minimal user disruption. There are strict security team requirements for storing passwords. What authentication strategy should they use?
Show Answer & Explanation
Correct Answer: B. Federate authentication via SAML 2.0 to the existing Identity Provider
Federating authentication via SAML 2.0 to the existing Identity Provider (IdP) is the best strategy. It allows users to authenticate with their existing corporate credentials without any password migration or duplication. This satisfies both minimal user disruption and strict password security requirements, since passwords never leave the corporate IdP. Option A (G Suite Password Sync) replicates passwords to Google, which is a security risk. Option C provisions users but doesn't federate authentication. Option D asking users to manually match passwords is insecure and operationally impractical.