Common Access Card (CAC) Authentication Using Java

后端 未结 3 2110
渐次进展
渐次进展 2020-11-30 00:55

I\'m bascially looking for someplace to start learning how to interface with a government CAC card using java.

Ultimately, my goal is to find out how to use

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 01:12

    Look into using cert authentication using an SSO type application such as OpenSSO or JOSSO. The agent should be simpler to embed, and they have already implemented most of the details. If you need to do it yourself, they also have a lot of documentation related to the steps needed such as: digital certificates setup

提交回复
热议问题