Author: Dr. Zhijiang Chen (Frostburg State University)
The week moves from core definitions to practical security decisions.
Core reading concept for Week 11.
Core reading concept for Week 11.
Core reading concept for Week 11.
Core reading concept for Week 11.
Students should explain, apply, and evaluate the week’s main security ideas.
Use a realistic scenario to anchor Authentication and Access Control in operational decision-making.
Every secure computing system ultimately depends on one foundational question: who are you, and what are you allowed to do?
Security professionals commonly refer to the "AAA" framework when discussing identity and access: Authentication is the process of verifying that an entity is who it claims to be.
Authentication is built around three classical categories of evidence, often called factors :
Passwords remain the most prevalent authentication mechanism despite their well-documented weaknesses.
Possession-based authentication relies on a physical or digital artifact that the legitimate user holds: One-Time Passwords (OTP) An OTP is a password valid for only a single…
Also called the False Match Rate (FMR).
Multi-factor authentication requires the user to present evidence from two or more distinct factor categories (know, have, are).
Once the number is transferred, any SMS OTPs sent to that number are intercepted by the attacker.
Passwordless authentication eliminates the shared secret (password) entirely, replacing it with cryptographic mechanisms.
Managing separate credentials for hundreds of applications is impractical.
Security Assertion Markup Language (SAML) 2.0 is an XML-based standard for exchanging authentication and authorization data between an IdP and an SP.
OAuth 2.0 is an authorization framework (not an authentication protocol) that allows a third-party application to obtain limited access to a user's resources on a service…
OpenID Connect is an authentication layer built on top of OAuth 2.0.
Kerberos is a network authentication protocol developed at MIT, now central to Microsoft Active Directory.
The Lightweight Directory Access Protocol (LDAP) is a protocol for accessing and managing directory information — essentially a structured database of network objects: users,…
Once identity is established, access control policies determine what that identity can do.
The principle of least privilege states that every user, process, and system component should have the minimum permissions necessary to perform its intended function — and no more.
Failure to deprovision accounts promptly is a common vulnerability — orphaned accounts are a significant risk.
Credential Stuffing exploits the widespread reuse of passwords.
Every secure computing system ultimately depends on one foundational question: who are you, and what are you allowed to do?
Vocabulary becomes useful when students can connect terms to scenarios and evidence.
Comparing related ideas helps students avoid shallow memorization.
Students should translate concepts into a defensible security decision.
Retrieval practice should ask students to define, compare, apply, and evaluate.
The reading should transfer into evidence-based lab work and written explanations.
The central takeaway from Week 11 is to reason from risk to evidence to action.