Authentication

The process of verifying that a user, system or entity is actually who they claim to be, typically via passwords, tokens or biometrics.

Authentication is the foundation of access control. It ensures that users and systems are who they claim to be before granting access to resources. Common methods include passwords, multi-factor authentication (MFA), and biometric verification.

Strong authentication mechanisms are critical for preventing unauthorized access and protecting sensitive systems from being compromised.