Capture.PNG
Document Details
Uploaded by jlopez59#
Tags
Full Transcript
## User Authentication (1 of 9) - Besides a Windows password, you can increase authentication security using these methods: - **Enforce a password policy** - A set of rules that defines the minimum length of a password, complexity requirements, and how frequently a password must be rese...
## User Authentication (1 of 9) - Besides a Windows password, you can increase authentication security using these methods: - **Enforce a password policy** - A set of rules that defines the minimum length of a password, complexity requirements, and how frequently a password must be reset - **Enforce multifactor authentication** - Two-factor authentication (2FA) is most often used, and the two factors normally involve what the user: - Knows (Windows password) - Possesses (called a token, such as a smart card) - Does (such as typing a certain way) - Is (biometric data, such as a fingerprint)