What Does Mutual Authentication Mean?
Mutual authentication is a security process in which both client and server authenticate each other's identities before actual communication occurs.
This authentication process is common in web-based and online applications. This is to ensure that clients are communicating exclusively with legitimate entities or servers and so the servers can be certain that the client attempting access has a legitimate purpose.
Mutual authentication is also known as website-to-user authentication and two-way authentication.
Techopedia Explains Mutual Authentication
Mutual authentication requires that both the server and the client prove their respective identities to each other before performing any communication-related functions.
The identities can be proven using trusted third parties and by using shared secrets or through cryptographic methods like a public key infrastructure.
So in a web-based mutual authentication process, communication can occur only if the client and the server trust each other’s digital certificates. The certificate exchange is done through Transport Layer Security (TLS) protocol.
The core essence of this process is that neither party trusts the other until identities are proven. This simply means that the server must be sure of who the client is and the client must be sure of the server.
This prevents security from being compromised through simple attacks like impersonation.