During an application design, the development team specifics a LDAP module for single sign-on communication with the company's access control database.
This is an example of which of the following?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
The correct answer is D. Authentication.
Authentication is the process of verifying the identity of a user or system. In this scenario, the LDAP (Lightweight Directory Access Protocol) module is used for single sign-on (SSO) communication with the company's access control database. This means that users can log in to the application using their company credentials, and the application will verify their identity by communicating with the access control database.
SSO is a method of authentication that allows a user to log in once and access multiple applications without having to provide their credentials again. The use of an LDAP module allows for centralized authentication and authorization, which can simplify the management of user access to multiple applications.
Application control, on the other hand, refers to the use of software to control access to an application, while data in-transit refers to the protection of data as it is being transmitted over a network. Identification is the process of providing a username or other identifier to access a system or application, which is typically followed by authentication to verify the identity of the user.
In summary, the use of an LDAP module for SSO communication with the company's access control database is an example of authentication, as it verifies the identity of users accessing the application.