Help-desk staff verifying a resident on the city portal should see only the last four digits of the SSN on identity screens, not the full number. Where should that control be enforced for the UI?
Select an answer to reveal the explanation.
Short Explanation
The help desk needs a peek at the last four, not the whole vault combination on screen. Mask in the app UI — show *--1234 — instead of shipping full SSNs to browsers or inboxes.
Full Explanation
Data masking belongs in the application presentation layer so operators see only what the workflow requires. Masking for display is separate from whether the system retains a full SSN server-side under stricter controls. Disabling HTTPS, emailing full SSNs, or permanently discarding required identity data without a designed enrollment policy are incorrect approaches for this UI requirement.