Questions tagged [cac]

The Common Access Card (CAC) is a United States Department of Defense (DoD) smart card, used for email signing, authentication, and access to DoD computers and networks.

The Common Access Card (CAC) is the standard identification for active-duty military personnel, Selected Reserve, DoD civilian employees, and eligible contractor personnel. It is a smart card that can be used for PKI and PIV purposes. In addition it has a 2D bar code for additional identification.

CAC Developer Resources.

110 questions
1
vote
2 answers

Run SonarLint in Connected mode when SonarQube requires smart card authentication

I am attempting to run SonarLint in connected mode. I've created a token but I continue to get "Fail to request https://sonar/.../api/system.status". If I copy that link and paste it into my browser the link works fine. SonarQube: 6.3 SonarLint:…
gbishop
  • 25
  • 4
1
vote
0 answers

IdentityServer4 and User Auth Certificates through CAC, PIV, X.509 Smartcard

I'm trying to authenticate a user using SmartCard Certificates in IdentityServer4. When I follow the samples provided, Firstly, I'm unable to get my test certificates in the certificate popup in IE or Chrome. There is one Apple Device certificate…
1
vote
0 answers

Can .NET detect failed CAC authentications?

I have a .NET application using web forms that uses CAC login to authenticate users. Currently the application stores a history of successful CAC logins, but we would like to also include history of any unsuccessful CAC authentications (ie: if…
derekj
  • 47
  • 2
  • 8
1
vote
0 answers

What is the PKCS#11 provider DLL for CAC Cards and where do I find it?

I want to use the PKCS#11 provider of my CAC card but don't know where to find the DLL for it. My CAC card did not come with any software and I cannot find enough information on the internet. Can anyone here tell me what is the name of the file and…
dexter
  • 41
  • 1
  • 1
  • 7
1
vote
1 answer

java.security.KeyStoreException: PKCS11 not found

My goal is to read information from a CAC card and use pkcs11 to extract information from it and sign my document. I couldn't find the right dll for my hardware, so I installed openSC on my machine and used opensc-pkcs11.dll in the following…
dexter
  • 41
  • 1
  • 1
  • 7
1
vote
0 answers

For Windows IIS 7.5, can Basic authentication be enabled even though all visible auth settings show it disabled?

My fundamental question After a COTS software upgrade, our Microsoft IIS 7.5 web server starts to unexpectedly request Basic authentication (a popup dialog box with user name and password fields) instead of the CAC SmartCard client authentication…
Jim H
  • 41
  • 4
1
vote
0 answers

Website prompting for CAC authentication Multiple times

I use ActivClient and setup IIS to negotiate cert for CAC authentication. Currently the application is doing the following Asks for the certificate User selects certificate ActivClient prompts for pin and validates it Website loads the user and…
GameScrub
  • 177
  • 1
  • 11
1
vote
1 answer

ASP.NET Authenticate after CAC login

I'm hoping I'm just missing a step, and that someone can point me in the right direction. Users have a CAC, which authenticates through IIS with their PIN. Once that has been entered, I need to authenticate the user in the website, without their…
1
vote
1 answer

Listing certificates from a CAC without pin

I'm developing a CAC authentication app. I'm running RHEL 5.5 and have a card reader attached to my machine. When I insert a smart card/CAC, there is a popup notification that comes on the upper right hand side on the window where the clock is and…
azm882
  • 125
  • 3
  • 12
1
vote
1 answer

Common Access Card (CAC) Authentication using Vaadin Application

I am creating a Vaadin web application that requires users to authenticate via login and password, I would like to know if it is possible to add CAC authentication as another mean of authentication. In summary, my goal is to allow access to the…
djeison
  • 490
  • 2
  • 5
  • 20
1
vote
1 answer

HTTPContext not finding client CAC cert in ASP.NET and iis express

I have an ASP.NET application that is suppose to read the cert on a client CAC. my environment: Visual Studio 2012 IIS Express In IIS Express, I'm running two separate sites for the client and server. Authentication is taken place on the server.…
fifamaniac04
  • 2,343
  • 12
  • 49
  • 72
1
vote
1 answer

Sending Complete Chain from Common Access Card (CAC)?

I'm attempting to enable SSL communication from a web service client (Axis2) using the certificate on the user's CAC card. Works like a charm....UNTIL the web server is CAC enabled. At that point the SSL connection is rejected with the error…
user226683
1
vote
2 answers

IE7 Smartcard PIN Prompt

I can open as many instances of IE7 as I want and I get prompted for a cert each time (but no PIN). However, if I close any of the instances of IE7, then on the next open I get the PIN prompt. So it seems to me that the IE7 program is doing…
adg
  • 552
  • 1
  • 6
  • 17
1
vote
1 answer

CAC authentication in a Java WebApp

I saw that there were a few other Java and CAC posts on stackoverflow. I am a beginner with all of this stuff and I am still trying to a framework of what to do and where to go in my mind. I am doing work for a big org that is using CACs with…
Steve
  • 3,127
  • 14
  • 56
  • 96
1
vote
0 answers

How make apache server validate lack of basicConstraints extension in intermediate certificates

I'm using apache server as SSL terminator for mutual SSL authentication. Is it possible to add some configuration to Apache server to validate if all intermediate certificates (client certificate chain) - have basicConstraints extension. I saw…
Zaky
  • 369
  • 6
  • 21