IP Library Granted Patent US 9,736,145
Granted Patent B1
US 9,736,145 · App. 14/815,699 · Granted Aug 15, 2017

Generation and validation of derived credentials

View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 9,736,145
App. No.
14/815,699
Granted
Aug 15, 2017
Kind
B1
Abstract

A CAC/PIV certificate associated with a HSPD-12 identity is used to generate a derived credential for storage on a device, such as a mobile device, that lacks a CAC/PIV card reader. The derived credential (which is distinct from the original CAC/PIV certificate) may then be used to grant the device access to secure resources that may otherwise require a CAC/PIV certificate. Embodiments of the present disclosure also relate to systems and methods for authenticating or validating a derived credential stored on a mobile device.

Claims (74)

1. A computing appliance for providing a derived credential to a target device, the system comprising:

one or more processors;

a computer-readable memory; and

an authentication program comprising executable instructions stored in the computer-readable memory, wherein the executable instructions direct the one or more processors to at least:

receive a request, over a computer network, for generating a derived credential from a common access card or personal identity verification (CAC/PIV) enabled device;

receive a CAC/PIV certificate associated with a user over the computer network from the CAC/PIV enabled device, the CAC/PIV certificate comprising a first public key and a user identifier associated with the user;

authenticate the user by validating the CAC/PIV certificate against a certificate chain and a revocation list;

store the CAC/PIV certificate, or a public key associated with the CAC/PIV certificate, in an enterprise data store in an entry associated with the user in the enterprise data store, the enterprise data store comprising identity information for the user and other users associated with an enterprise;

issue to the user a passcode over the computer network, wherein the passcode is associated with the CAC/PIV certificate or the user, and wherein the passcode is a one-time-use passcode or a time limited passcode;

receive the passcode from a target device, the target device being distinct from the CAC/PIV enabled device, the target device not having a CAC/PIV card reader;

verify the passcode as associated with the CAC/PIV certificate or the user;

generate a second private key and a corresponding second public key, the second public key distinct from the first public key;

associate the second public key with the user identifier in the CAC/PIV certificate;

associate the second public key with the expiration date of the CAC/PIV certificate;

generate a certificate signing request based on the second public key and associated data;

submit the certificate signing request to a certificate authority;

receive from the certificate authority a signed derived credential certificate for the user identifier with an expiration date equal to the expiration date of the CAC/PIV certificate; and

transmit to the target device the derived credential certificate for storage by the target device and future derived credential-based authentication.

2. The computing appliance of claim 1 , wherein the signed derived credential certificate is a signed X.509 certificate.

3. The computing appliance of claim 1 , wherein the target device is configured to store the derived credential certificate in a trusted platform module of the target device.

4. The computing appliance of claim 1 , wherein the passcode is a one-time-use passcode, and wherein verifying the passcode comprises checking that the passcode has not been received before.

5. The computing appliance of claim 1 , wherein the passcode is a time limited passcode, and wherein verifying the passcode comprises checking that the passcode was received within a time limit associated with the passcode.

6. A computerized method for providing a derived credential to a target device, the method comprising:

by one or more hardware processors executing computing instructions:

receiving a request, over a computer network, for generating a derived credential from a common access card or personal identity verification (CAC/PIV) enabled device;

receiving a CAC/PIV certificate associated with a user over the computer network from the CAC/PIV enabled device, the CAC/PIV certificate comprising a first public key and a user identifier associated with the user;

authenticating the user by validating the CAC/PIV certificate against a certificate chain and a revocation list;

storing the CAC/PIV certificate, or a public key associated with the CAC/PIV certificate, in an enterprise data store in an entry associated with the user in the enterprise data store, the enterprise data store comprising identity information for the user and other users associated with an enterprise;

issuing to the user a passcode over the computer network, wherein the passcode is associated with the CAC/PIV certificate or the user, and wherein the passcode is a one-time-use passcode or a time limited passcode;

receiving the passcode from a target device, the target device being distinct from the CAC/PIV enabled device, the target device not having a CAC/PIV card reader;

verifying the passcode as associated with the CAC/PIV certificate or the user;

generating a second private key and a corresponding second public key, the second public key distinct from the first public key;

associating the second public key with the user identifier in the CAC/PIV certificate;

associating the second public key with the expiration date of the CAC/PIV certificate;

generating a certificate signing request based on the second public key and associated data;

submitting the certificate signing request to a certificate authority;

receive from the certificate authority a signed derived credential certificate for the user identifier with an expiration date equal to the expiration date of the CAC/PIV certificate; and

transmitting to the target device the derived credential certificate for storage by the target device and future derived credential-based authentication.

7. The computerized method of claim 6 , wherein the signed derived credential certificated is a signed X.509 certificate.

8. The computerized method of claim 6 , wherein the target is configured to store the derived credential certificate in a trusted platform module of the target device.

9. The computerized method of claim 6 , wherein the passcode is a one-time-use passcode, and wherein verifying the passcode comprises checking that the passcode has not been received before.

10. The computerized method of claim 6 , wherein the passcode is a time limited passcode, and wherein verifying the passcode comprises checking that the passcode was received within a time limit associated with the passcode.

11. A computing appliance for validation of a derived credential, the system comprising:

one or more processors;

a computer-readable memory; and

an authentication program comprising executable instructions stored in the computer-readable memory, wherein the executable instructions direct the one or more processors to at least:

receive an authentication request from a computing device, the computing device not enabled to read a common access card or personal identity verification card (CAC/PIV card);

receive a derived credential certificate from the computing device, wherein the derived credential certificate is a credential distinct and derived from a first CAC/PIV certificate accessible from the CAC/PIV card, wherein the derived credential certificate includes a common name that matches a common name of the first CAC/PIV certificate and an expiration date that matches an expiration date of the first CAC/PIV certificate;

validate the derived credential certificate based on a trusted certificate chain and a certificate authority signature;

validate that the derived credential certificate has not expired;

validate that the derived credential certificate has not been revoked;

verify that a user identifier associated with the common name of the derived credential exists in an enterprise data store;

retrieve the first CAC/PIV certificate from the enterprise data store, wherein the first CAC/PIV certificate that is associated with the user identifier;

verify that the first CAC/PIV certificate has not been revoked; and

in response to successful verification of the first CAC/PIV certificate and derived credential certificate, issue a single-sign-on token to the computing device that is configured to be used to access a network resource.

12. The computing appliance of claim 11 , wherein the derived credential certificate is a signed X.509 certificate.

13. The computing appliance of claim 11 , wherein validating that the derived credential certificate has not been revoked comprises checking a certificate revocation list.

14. The computing appliance of claim 11 , wherein the enterprise data store comprises an active directory or a SQL database.

15. The computing appliance of claim 11 , wherein the executable instructions further comprise requesting the computing device to provide one or more additional authentication factors associated with the common name of the derived credential.

16. A computerized method for validation of a derived credential, the method comprising:

by one or more hardware processors executing computing instructions:

receiving an authentication request from a computing device, the computing device not enabled to read a common access card or personal identity verification card (CAC/PIV card);

receiving a derived credential certificate from the computing device, wherein the derived credential certificate is a credential distinct and derived from a first CAC/PIV certificate accessible from the CAC/PIV card, wherein the derived credential certificate includes a common name that matches a common name of the first CAC/PIV certificate and an expiration date that matches an expiration date of the first CAC/PIV certificate;

validating the derived credential certificate based on a trusted certificate chain and a certificate authority signature;

validating that the derived credential certificate has not expired;

validating that the derived credential certificate has not been revoked;

verifying that a user identifier associated with the common name of the derived credential exists in an enterprise data store;

retrieving the first CAC/PIV certificate from the enterprise data store, wherein the first CAC/PIV certificate that is associated with the user identifier;

verifying that the first CAC/PIV certificate has not been revoked; and

in response to successful verification of the first CAC/PIV certificate and derived credential certificate, issuing a single-sign-on token to the computing device that is configured to be used to access a network resource.

17. The computerized method of claim 16 , wherein the derived credential certificate is a signed X.509 certificate.

18. The computerized method of claim 16 , wherein validating that the derived credential certificate has not been revoked comprises checking a certificate revocation list.

19. The computerized method of claim 16 , wherein the enterprise data store comprises an active directory or a SQL database.

20. The computerized method of claim 16 , wherein the method further comprises requesting the computing device to provide one or more additional authentication factors associated with the common name of the derived credential.

Assignments (10)
RELEASE OF SECURITY INTEREST Recorded Feb 3, 2025
From: PNC BANK, NATIONAL ASSOCIATION
To: SECUREAUTH CORPORATION
Reel/Frame 070086/0011 →
RELEASE OF SECURITY INTEREST Recorded Feb 3, 2025
From: PNC BANK, NATIONAL ASSOCIATION
To: SECUREAUTH CORPORATION
Reel/Frame 070086/0158 →
RELEASE OF SECURITY INTEREST Recorded Aug 14, 2024
From: MIDTOWN MADISON MANAGEMENT LLC (AS SUCCESSOR TO ELM PARK CAPITAL MANAGEMENT, LLC)
To: SECUREAUTH CORPORATION
Reel/Frame 068288/0856 →
RELEASE OF SECURITY INTEREST Recorded Aug 12, 2024
From: PNC BANK, NATIONAL ASSOCIATION
To: SECUREAUTH CORPORATION
Reel/Frame 068251/0496 →
SECURITY INTEREST Recorded Aug 12, 2024
From: CLOUDENTITY, INC.; SECUREAUTH CORPORATION
To: WESTERN ALLIANCE BANK
Reel/Frame 068563/0176 →
SECURITY INTEREST Recorded Oct 27, 2021
From: SECUREAUTH CORPORATION
To: ELM PARK CAPITAL MANAGEMENT, LLC
Reel/Frame 057937/0732 →
SECURITY INTEREST Recorded Jan 3, 2018
From: SECUREAUTH CORPORATION
To: PNC BANK, NATIONAL ASSOCIATION
Reel/Frame 044522/0031 →
RELEASE OF SECURITY INTEREST Recorded Dec 18, 2017
From: WESTERN ALLIANCE BANK
To: SECUREAUTH CORPORATION
Reel/Frame 044899/0635 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jul 10, 2017
From: HAYES, CHRIS; GRAJEK, GARRET FLORIAN; LO, JEFFREY CHIWAI; QUACH, ALLEN YU; SHBEEB, FIRAS
To: SECUREAUTH CORPORATION
Reel/Frame 042955/0377 →
SECURITY INTEREST Recorded Aug 8, 2016
From: SECUREAUTH CORPORATION
To: WESTERN ALLIANCE BANK
Reel/Frame 039368/0463 →