I am trying to get users to authenticate to an IIS site by providing a certificate to access the site. I have configured the IIS server for Windows Authentication and is a requirement since I need to achieve Kerberos authentication. The IIS SSL settings are configured to requre client certificates. When I access the site from my browser I am able to present my certificate but after that I also get a prompt to enter my username and password.
I need to be able to authenticate using just the certificate and not be prompted to enter my credentials manually.
Any help you can provide is greatly appreciated. Thank you.