Dear All,
I know this might have been asked a lot of times. But I have researched a lot and have failed to achive what I want.
What I want:
- User clicked a button on webpage "Login using Smart Card"
- An Certificate selector appears (if there is more than 1 certificate in Personal Store)
- Upon Selecting the certificate, the certificate is authenticated with PIN with users's Smart card connected to system. There is trustware csp+ software on all client's system.
Current Config:
- IIS 7 with Self Signed Certificate
- Visual Web Developer 2010 Express
- Card Reader on Client System
- Card with Client Certificated installed inside it.
- Client Certificate is also installed on Client Desktop / Laptop and is visible in personal store
What have I already tried?
> Enable SSL Settings for my website and client certificate marked as Accept
In this case my code does not get a valid certificate
Dim cert As HttpClientCertificate = Request.ClientCertificate
> Enable SSL Settings for my website and client certificate marked as Require
HTTP Error 403.7 - Forbidden
The page you are attempting to access requires your browser to have a Secure Sockets Layer (SSL) client certificate that the Web server recognizes.
What am I missing?? 