Day 1: Identity & Access Management Flashcards
(22 cards)
What are the 5 factors of authentication?
Something you know, have, are, do, and somewhere you are.
What is MFA and why is it important?
Multifactor authentication uses two or more different types of authentication factors to increase security.
What does SSO allow?
A single login that grants access to multiple systems or services.
What protocol is commonly used in federated identity?
SAML or OAuth.
How is OAuth different from OpenID Connect?
OAuth handles authorization, OpenID Connect adds authentication on top of OAuth.
What is the difference between LDAP and RADIUS?
LDAP is used for directory services, RADIUS is used for centralized AAA services.
What is a key difference between RADIUS and TACACS+?
TACACS+ encrypts the entire packet and separates authentication and authorization; RADIUS only encrypts the password.
Compare RBAC and ABAC.
RBAC assigns permissions to roles, while ABAC evaluates attributes like time, location, and device.
Multifactor Authentication Methods:
Something you know – password, PIN
Something you have – smart card, security token
Something you are – fingerprint, retina scan (biometrics)
Something you do – typing rhythm, behavior patterns
Somewhere you are – GPS, IP address, location-based
Centralized Identity Services:
LDAP (Lightweight Directory Access Protocol): Manages user directory info
RADIUS (Remote Authentication Dial-In User Service): AAA over networks, encrypts only passwords
TACACS+ (Terminal Access Controller Access-Control System Plus): Cisco AAA, encrypts entire packet
Policy-Based Access Controls:
RBAC (Role-Based Access Control): Access based on user role (e.g., Admin, HR)
ABAC (Attribute-Based Access Control): Uses attributes like department, device, time to determine access
Rule-Based: If/then conditions for system operations
Authentication Factors:
Something you know (password), have (token), are (biometric), do (behavioral), or somewhere you are (location)
MFA (Multifactor Authentication):
Combines two or more factors to verify identity (e.g., password + fingerprint)
SSO (Single Sign-On):
Log in once to access multiple systems (e.g., corporate suite)
Federated Identity:
Allows users from one domain to access resources in another via SAML (Security Assertion Markup Language) or OAuth (Open Authorization)
SAML (Security Assertion Markup Language):
XML-based, used for enterprise SSO between identity providers and service providers
OAuth (Open Authorization):
Authorization protocol (often paired with OpenID Connect for authentication)
LDAP (Lightweight Directory Access Protocol):
Used for centralized user directory services
RADIUS (Remote Authentication Dial-In User Service):
Centralized AAA (Authentication, Authorization, Accounting), encrypts only password
TACACS+ (Terminal Access Controller Access-Control System Plus):
Cisco proprietary AAA, encrypts entire packet, separates authentication and authorization
RBAC (Role-Based Access Control):
Permissions assigned to roles, then to users
ABAC (Attribute-Based Access Control):
Uses policies that evaluate attributes (e.g., time of access, user role)