Requiring matching client certificate and password?

Requiring matching client certificate and password?

am 23.02.2006 16:23:57 von Jan Aagaard

Is is possible to require client certificates and then have a dialog
box ask for the corresponding client's password?

Right now I've followed the guide "Using Client Certificate
Authentication with IIS 6.0 Web Sites"
(http://www.windowsecurity.com/articles/Client-Certificate-A uthentication-IIS6.html).
As this guide states this only verifies that the certificate that the
user provides has been issued by a root that the web server trusts.

I can make a mapping of the certificate to a user name and password, so
that I don't have to enter my credentials. But for security reasons I
would still like to get a dialog box asking for the users' password.
The users' certificate shows up in active directory, so my guess is
that it should be possible to link the user name and user certificate
together.

We're running Exchange 2003 with Service Pack 1. Service Pack 2 will be
installed soon - will this make any difference? IIS is version 6.0. Our
traffic is routed through an ISA Server 2004 firewall, so this might
also provide some possibilities.

Thanks for any help provided. =)