I'm in the process of creating a (IIS 8.5) web server which will require client authentication. Client authentication will be carried out using client certificates which will be issued by a third party CA.
I want to be able to do the following:
- Periodically check the third party's CRL.
- Authenticate the client's certificate against the third party CA.
Is this possible?