How to Manage Corporate and Public User Identities in Google Cloud?
Your organization is developing an application that will have both corporate and public end-users. You want to centrally manage those customers' identities and authorizations. Corporate end users must access the application by using their corporate user and domain name. What should you do?
Community Votes
57% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Tests the architectural distinction between Customer IAM (CIAM) and Workforce IAM, with candidates often mistakenly choosing workforce federation for public user scenarios.
This page explains how to centrally manage authentication for both internal employees and external customers using Google Cloud Identity Platform. It clarifies why CIAM outperforms workforce federation for public-facing applications.
Option B (Workforce Identity Federation) is frequently selected because it handles external federated logins, but it is architecturally intended for business partners and contractors rather than public application users.
Community Discussion (9 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Google Cloud Identity Platform is purpose-built as a Customer Identity and Access Management (CIAM) service. It enables centralized authentication and authorization for applications serving both corporate staff and public consumers. By integrating corporate directories alongside social or email providers, it satisfies the requirement for domain-based corporate logins while scaling securely for external traffic.Why the Other Options Are Wrong
Option A addresses data sharing restrictions across domains, not identity management. Option B configures Workforce Identity Federation, which is strictly scoped to granting external personnel access to Google Cloud environments, not customer-facing apps. Option C relies on native Workspace controls that cannot natively authenticate or onboard public users without additional infrastructure.Community Comment Notes
Several learners debated between federation and CIAM, noting that workforce tools lack public user onboarding capabilities. As one commenter observed, the explicit mention of "both corporate AND PUBLIC END-USERS" shifts the architecture toward a dedicated CIAM platform. Another noted that Workforce Identity Federation simply does not address the public segment at all. Consensus ultimately aligns with the official guidance for application-centric identity solutions.Official Reference
Exam Strategy
When designing identity architectures, always distinguish between workforce access (internal/partner) and customer access (public/app). Select CIAM services like Identity Platform for external-facing applications, reserving workforce federation exclusively for secure cloud resource provisioning.
Frequently Asked Questions
Why is Workforce Identity Federation incorrect for public users?
WIF is architected solely for granting external personnel access to Google Cloud resources, lacking features for public customer onboarding and self-service registration.
Can Identity Platform handle corporate domain logins?
Yes. Identity Platform supports enterprise federation protocols like SAML and OIDC, allowing corporate users to authenticate seamlessly via existing organizational directories.