Hi, I want to allow authentication on my website using client's certificate, if one is installed, and to redirect to "classic" login dialog if there is none is installed in client's browser (store). I set the website to require client's certificate, but I cannot catch the 407.3 exception when no certificate is installed - it is probably handled by IIS itself. When I set the website to only accept client's certificate, I don't get any certificate selection dialog in browser. Is there any way how to accomplish my task?
↧