Subdomain 1.2: Designing secure applications
1.You are implementing multi-factor authentication (MFA) for a customer-facing portal using Identity Platform. Which two MFA factors are supported natively by Identity Platform?(Select 2)
- A.SMS text messages
- B.Hardware security keys (U2F/FIDO2)
- C.Authenticator app (TOTP)
- D.Email magic links
- E.Voice call verification
Show answer & explanation
Correct answers: A, C — SMS text messages; Authenticator app (TOTP)
- A. Correct. SMS text messages are natively supported by Identity Platform as a second factor. This method sends a one-time code to the user's mobile device via SMS, which the user then enters to verify their identity.
- B. Incorrect. While hardware security keys (U2F/FIDO2) are supported by Cloud Identity and Google Workspace, they are not currently a natively supported second factor for the Identity Platform (GCIP) SDKs for customer-facing portals.
- C. Correct. Authenticator app support using TOTP (Time-based One-time Password) is natively supported by Identity Platform. Users can enroll apps like Google Authenticator to generate verification codes.
- D. Incorrect. Email magic links are a method for passwordless sign-in (primary authentication) but are not used as a native second factor in Identity Platform MFA flows.
- E. Incorrect. Voice call verification is not a natively supported MFA factor in Identity Platform; the platform focuses on SMS and TOTP for built-in multi-factor capabilities.