4.0 Identity and Access Management Flashcards
An authentication factor using biometrics, such as fingerprint scanner.
Something You Are
An authentication factor using something physical, such as smart card or token.
Something You Have
An authentication factor indicating knowledge, such as password or pin.
Something You Know
An authentication factor indicating location, often using geolocation technologies.
Somewhere You Are
An authentication factor indicating an action, such as gestures or on a touch screen.
Something You Do
A collection of computer networks that agree on standards of operation, such as security standards.
Federation
Authentication method where users can access multiple resources on a network using a single account.
SSO (Single Sign On)
An indirect trust relationship created by two or more direct trust relationships.
Transitive Trust
The process that occurs when a user proves an identity, such as with a password.
Authentication
The process of granting access to resources for user who prove their identity, such as a username and password based on their proven identity.
Authorization
The process of tracking the activity of users and recording this activity in logs. One method is auditing logs that create an audit trail.
Accounting
An authentication protocol developed at MIT that uses tickets for authentication.
Kerberos
An authentication service that provides central authentication for remote access clients. It can be used as an alternative for RADIUS.
TACACS+
An older authentication protocol where passwords or pins are sent across a network in clear text.
PAP (Password Authentication Protocol)
Microsoft Implementation of CHAP
MSCHAP
A protocol that is used in distributed directory service networks, such as active directory, to assist hosts in locating network resources. This replaced the older x.500 Directory service protocol and uses TCP port 389.
LDAP
AAA Standard created to support ISPs with hundreds if not thousands of modems in hundreds of computers to connects to a single central database.
RADIUS
A format for a client and server to exchange authentication and authorization data securely. It defines three roles for making this happen: Principle, identity provider, and service provider.
SAML
An open source standard used for identification on the internet. It is typically used with OAuth and it allows clients to verify the identity of end users without managing their credentials.
OpenID Connect