I have a requirement to allow access to a new site with Drupal using the military Common Access Card / Personal Identify Verification system.
I came across this module: http://drupal.org/sandbox/larquin/1292622 , but no code.
Is there a module for Drupal? If not, does anyone know any PHP (or something else, any other language) code sample that I can take a look at to base the module?
Or is there another approach to supporting this authentication approach that does not require a dedicated module? (e.g. ActiveDirectory? Apache configuration, etc.)
source
share