Person or Entity Authentication
Implement procedures to verify that a person or entity seeking access to ePHI is the one claimed.
Implementation Guidance
Authentication factors:
• Something known — password, passphrase or PIN
• Something held — hardware token, smart card, authenticator app or certificate
• Something inherent — fingerprint, facial or other biometric
Implementation approach:
- Set password requirements from current NIST SP 800-63B thinking: favour length over composition, screen against known-breached password lists, and stop forcing arbitrary periodic rotation, which drives predictable, weaker choices
- Deploy multi-factor authentication for remote access, administrative accounts, and any internet-facing system holding ePHI. The rule does not name MFA, but a risk analysis will almost always conclude it is warranted, and its absence features repeatedly in enforcement
- Authenticate systems and services, not only people: API keys, certificates and service accounts all need managed identity and rotation
- Lock accounts after repeated failures, and alert on password spraying and impossible-travel patterns
- Re-authenticate before high-risk actions such as bulk export or privilege change
- Never transmit or store credentials in reversible form; hash with a modern algorithm and per-credential salt
- Verify identity before issuing or resetting credentials — help-desk reset is a well-worn attack path, and social engineering of it is common
- Manage the full credential lifecycle: issue, rotate, revoke on termination, and review dormant accounts
Required Documentation
• Password standard, including length, screening against breached lists and rotation position with rationale
• Multi-factor authentication scope, and the risk rationale for any system excluded
• Identity verification procedure for credential issue and reset, including help-desk steps
• Account lockout and failed-attempt alerting configuration
• Credential storage standard, naming the hashing algorithm in use
• Service account and API credential inventory, with owners and rotation schedule
• Credential lifecycle records: issue, rotation, revocation and dormant account review
• Biometric enrolment and handling procedures, where biometrics are used
• Authentication-related incident records
Best Practices
• Follow NIST SP 800-63B: long passphrases, breached-password screening, no arbitrary forced rotation
• Prefer phishing-resistant factors such as FIDO2 security keys or platform authenticators over SMS codes
• Use single sign-on so credential policy is enforced centrally and revocation is immediate everywhere
• Give service accounts managed identities or short-lived certificates instead of static shared secrets
• Verify identity out of band before any credential reset, and script the help-desk procedure
• Alert on password spraying, impossible travel and MFA fatigue patterns
• Re-authenticate before bulk export or privilege escalation
• Review dormant accounts monthly and disable automatically
Common Violations
• Shared credentials, which defeat both authentication and attribution
• Default or vendor-supplied passwords left active on devices and applications
• Credentials stored reversibly, or hashed with an obsolete algorithm
• Help-desk resets performed without verifying identity, enabling straightforward social engineering
• Static API keys and service account passwords never rotated, sometimes committed to code repositories
• Dormant accounts left enabled long after the user stopped needing access
• Password policies that force frequent rotation and drive predictable variants
• Authentication enforced in the application but bypassable through direct database access
Testing Procedures
• Attempt authentication with a known-breached password and confirm it is rejected
• Verify multi-factor authentication is enforced for remote and administrative access, and attempt to bypass it
• Trigger the lockout threshold and confirm both enforcement and alerting
• Inspect credential storage and confirm hashing with a modern algorithm and per-credential salt
• Attempt a credential reset without satisfying identity verification and confirm refusal
• Review the service account inventory and confirm rotation is happening as scheduled
• Confirm credentials are revoked promptly on termination, checking actual timestamps
• Identify dormant accounts and confirm they are disabled
• Confirm no default or vendor-supplied credentials remain active
Implementation Resources
Download expert-developed templates and checklists to implement this control:
Quick Facts
Related Controls
Explore other controls in the Technical Safeguards category.
Access Control
Implement technical policies and procedures for electronic information systems that maintain ePHI to allow access only to those persons or software…
Transmission Security
Implement technical security measures to guard against unauthorized access to ePHI that is being transmitted over an electronic communications…
Integrity
Implement policies and procedures to protect ePHI from improper alteration or destruction.
Need Help Implementing This Control?
Our certified HIPAA experts can help you implement this control correctly and efficiently.