I have been asked to support a Common Access Card (CAC) as a method to logon and then it it fails default to username/password. I have been able to request the clients certificate by using
HttpClientCertificate cs = Request.ClientCertificate; string entireSubjectLine = cs.Subject.ToString();
I can then parse and retrieve the CAC Unique ID - how to I now use that information to login my site?
I'm not sure what authentication supports from CAC. Kentico supports custom external authentication for third party authentication.
Additionally, please go through below URLs to get idea.
Hope helps you.
Thank for your your response - a CAC would use a certificate for authentication and specific attributes within the certificate would be used to identify the user.
I will review the links you have provided.
Please, sign in to be able to submit a new answer.