4.2 Install and configure identity access services Flashcards
LDAP
(Lightweight Directory Access Protocol) A network protocol used to access network directory databases, which store information about authorized users and their privileges, as well as other organizational information.
Kerberos
An authentication service that is based on a time-sensitive ticket-granting system.
TACACS+
(Terminal Access Controller Access Control System Plus) An alternative to RADIUS developed by Cisco. Handles Identification, Authentication, Authorization, and Accounting (AAA) services.
CHAP
(Challenge Handshake Authentication Protocol) Authentication scheme developed for dial-up networks that uses an encrypted three-way handshake to authenticate the client to the server. The challenge-response is repeated throughout the connection (though transparently to the user) to guard against replay attacks.
PAP
(Password Authentication Protocol) Obsolete authentication mechanism used with PPP. PAP transfers the password in plaintext and so is vulnerable to eavesdropping.
RADIUS
(Remote Authentication Dial-in User Service) A standard protocol used to manage remote and wireless authentication infrastructures. Provides Authentication, Authorization, and Accounting (AAA) services.
SAML
(Security Assertion Markup Language) An XML-based data format used to exchange authentication information between a client and a service.
OpenID Connect
An identity federation method that enables users to be authenticated on cooperating websites by a third-party authentication service.
OAuth
(Open Authorization) A token-based authorization protocol that is often used in conjunction with OpenID.
Shibboleth
An identity federation method that provides single sign-on capabilities and enables websites to make informed authorization decisions for access to protected online resources.
Secure token
A physical or virtual item that contains authentication data, commonly used in multifactor authentication.
NTLM
(NT LAN Manager authentication) A challenge-response authentication protocol created by Microsoft for use in its products.