ID & Access Management Flashcards
Define Identification
An assertion or claim to an identity
Define Authentication
Offered proof of identification
Define Authorization
Verified identity against access or permissions
Define AAA
Authentication
Authorization
Accounting
Authentication Factors
Something you know (Type 1) Something you have (Type 2) Something you are (Type 3) Something you do Somewhere you are
Define FAR
False Acceptance Rate
Define FRR
False Rejection Rate
Define CER
Crossover Error Rate; balance between FRR and FAR
Define MFA
Multi-Factor Authentication; must combine two separate factor categories
Token Types
Physical
Software
Hardware
Define HOTP
Single use password;
uses shared secret and a counter
Define TOTP
Time based password utilizing synchronized clocks
Authentication Protocols
PAP (insecure) CHAP MS-CHAP (insecure) MS-CHAP2 PPP
Authentication Protocol Process
Challenge
Response Hash
Compare Hash
Authorize
Define SSO
Federated ID management for multiple system accounts
Trust Authentication Factors
One-way verses Two-way
Transitive verses Intransitive
Define Transitive Trust
If organization A trust organization B, then organization A trust any other organization which B trusts
Define One-Way Authentication
Organization A can authenticate for organization B, but organization B cannot authenticate for organization A
Define RADIUS
Remote Access Dialed in User Service:
UDP
Encrypts only the password
Combines authentication and authorization
Define TACACS
Terminal Access Controller Access Control System;
TCP
Encrypt whole session
KERBEROS Process
Client authentication request KDC checks the client's credentials KDC creates a ticket granting ticket (TGT) Client uses TGT to request access KDC creates a file server ticket Client uses file ticket to authenticate
KERBEROS Benefits
Ease and Quality
Scalability
Policy Enforcement and Audit-ability
*not peer-to-peer
KERBEROS Port Number
88
LDAP Port Number
389
SLDAP Port Number
636
NTLM Issues
Weak encryption
Pass the hash
Define NTLM
New Technology LAN Manager
Define SAML
Secure Assertion Markup Language; SSO web browsing service
SAML Actors
Principle ID Provider (IDP) Service Provider (SP)
Define OAuth
SSO Authorization service
Define OpenID
Authentication provider for OAuth