Citizen-service contractors must access a municipal portal without sharing one department password among the crew. Which approach best matches modern authentication guidance?
Select an answer to reveal the explanation.
Short Explanation
Shared passwords are like one spare key floating around the whole contractor crew—eventually it walks off. Individual identities plus MFA or passwordless keep accountability and cut that risk. Modern auth is about unique users, not one sticky-note secret.
Full Explanation
Azure Fundamentals guidance emphasizes individual identities and stronger authentication methods rather than shared passwords. Contractors should each authenticate as themselves, ideally with MFA or passwordless options. Wiki-shared secrets, auth-off designs, and public Blob password stores are insecure and do not reflect recommended municipal identity practice.