One of our customers is the city council of a town with near 1 million inhabitants. They have their web based on Domino, and now they want the users to be authenticated with an Internet Certificate.
We have a very simple question: is there any way, after the user gets authenticated with his/her certificate, to obtain the certificate object on the server. I mean, we know that through CGI variables you can access the Certication Authority and the Certificate Name, but what about the other contents of the certificate object (‘not before’ and ‘not after’ dates, SubjectUniqueId, etc.). Will we need to program a DSAPI filter? Perhaps with a Java servlet? We have look a lot for a solution for this need, but without success.
Please, is there someone who can give us any light about?