Endpoint Device Credential Packet for Scaled Authentication

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional methods for authenticating endpoint devices in networked computing environments require manual intervention, making them inefficient for large-scale deployments and preventing system administrators from registering large quantities of devices.

Innovation Solution

A computer-implemented method that generates a credential data packet using a resource file with encryption keys, encrypts it with a device key, and signs it with an endpoint device management key, allowing endpoint devices to securely register and authenticate without intermediary systems through a trusted communication channel.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If manual authentication codes are used for device registration, then security is maintained, but registration efficiency deteriorates for large-scale deployments

Engineering Contradiction:
Improveauthentication securityVSAvoiddevice registration efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The endpoint device autonomously generates authentication credentials using its device key and resource file without requiring manual administrator intervention. The device self-registers by creating and transmitting credential data packets automatically, enabling bulk device registration while maintaining security through cryptographic signatures.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system pre-distributes resource files containing encryption keys to endpoint devices before registration. This preliminary provisioning enables devices to self-authenticate without real-time administrator involvement, resolving the contradiction between security (pre-configured keys) and efficiency (automated registration).

Inventive Principle:
Principle #10Preliminary action

2Productivity

If automated authentication is implemented, then registration efficiency improves, but system complexity increases due to cryptographic key management

Engineering Contradiction:
Improvedevice registration efficiencyVSAvoidcryptographic key management
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The resource file serves multiple functions: it stores the device key for authentication, contains the EDM key for signing credentials, and provides encryption capabilities. This multi-functional design simplifies the overall system architecture by consolidating cryptographic operations into a single resource file, reducing operational complexity despite automated authentication.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Speed

If intermediary systems are eliminated for direct device registration, then authentication speed improves, but security risks increase

Engineering Contradiction:
Improveauthentication speedVSAvoidsecurity assurance
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The credential data packet acts as a cryptographic intermediary between the endpoint device and the application. It encapsulates authenticated identity information signed by the EDM key, enabling direct device-to-application communication while maintaining security through the intermediary credential structure that verifies device identity without requiring continuous administrator mediation.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11895237B1Scaled authentication of endpoint devices
Publication Date: 2024.02.06 CISCO TECHNOLOGY INC
  • US11895237B1 patent drawing
  • US11895237B1 patent drawing
  • US11895237B1 patent drawing

AI summary

Various embodiments of the present application set forth a computer-implemented method that includes generating, based on a resource file stored at an endpoint device, a credential data packet for authenticating with a first application executing in a first network, where the resource file includes a set of encryption keys associated with a plurality of applications including the first application, and where the credential data packet is encrypted with a device key signed by the endpoint device, and the credential data packet is signed by an endpoint device management (EDM) key extracted from the set of encryptions keys included in the resource file, sending, by the endpoint device, the credential data packet to the first application via a trusted communication channel, and receiving, by the endpoint device and in response to the credential data packet, an authorization packet from the first application via the trusted communication channel.