When a client verifies a server's certificate, it knows the domain name of the server, then it can check whether the domain name exists in the SAN (Subject Alternative Name) field of the server's certificate.
When a server verifies a client's certificate, it doesn't know the domain name of the client. Does it mean SAN in client certificate is useless?