1 About System Authentication

Authentication is a way of implementing system security by verifying the identity of any user that tries to access the system.

A user signs in to the system by providing a username and a password, and the OS authenticates that user's identity by comparing this information to data stored on the system.

If the credentials match and the user account is active, the user is authenticated and can successfully access the system.