Authenticate a user using CAC (Common Access Card) in a web application running in Jetty for an application used by a US government agency
Asked Answered
S

0

5

I've been recently tasked with a similar task that this question describes. My task is to enable a web application to verify credentials via a CAC card.

My web application is running on an embedded Jetty server running in an OSGi container.

While the question is answered with good information, I noticed that one of the answers asks a good question back. The user that answered is @erikson and in a comment on his own answer he says "Are you using CACs issued by the US DOD? Is this application for a government agency? There are a lot of extra rules you'll need to follow if so."

In my case, the answer to those questions he posed is "Yes, my application is using CAC cards issued by the US DOD."

His comment was never replied to on the original question, so I'm posting this question here.

My question is where can I find good concise information about these extra requirements placed on applications by the US DOD and government agencies that @erikson mentions?

Season answered 24/1, 2017 at 16:50 Comment(3)
I have a very similar question to yours--did you ever come across a solution that worked for you?Teage
Sorry Izek H, I do not remember what I actually came across to complete this effort. Being that this question is seven years old, I haven't worked on that project for quite some time now.Season
Okay, no worries! I just wanted to check!Teage

© 2022 - 2024 — McMap. All rights reserved.