Support Common Access Card (CAC) for Membership Logon

Brian MacLennan asked on August 30, 2019 20:26

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?

Recent Answers


vasu yerramsetti answered on August 31, 2019 08:49 (last edited on August 31, 2019 13:51)

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.

0 votesVote for this answer Mark as a Correct answer

Brian MacLennan answered on September 3, 2019 16:10

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.