Identity Verification via Name Matching Rules

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional document management systems fail to accurately validate user identities when identity information differs from the expected result, leading to prevention of legitimate users from interacting with documents or performing actions.

Innovation Solution

A document management system performs name matching operations by comparing identity data from various sources with recipient name data, applying a set of name matching rules to determine acceptable alternative representations, such as differing letter cases, diacritics, transliterations, and name types, to verify identities and authorize actions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional document management systems use exact matching for identity verification, then security is improved, but legitimate users with alternative name representations are incorrectly rejected

Engineering Contradiction:
Improveidentity verification accuracyVSAvoiduser access便利性
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system changes the verification parameter from exact string matching to similarity-based matching using name matching rules. These rules account for variations in letter case, diacritics, transliterations, and name format differences, allowing the system to verify identities based on semantic equivalence rather than strict character matching.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

Instead of requiring the user's provided name to exactly match the stored name, the system inverts the approach by checking if the stored name can be transformed into the provided name through acceptable variations. This inversion allows the system to accommodate alternative representations while maintaining verification security.

Inventive Principle:
Principle #13The other way round (Inversion)

2Object-affected harmful factors

If document management systems apply strict identity validation rules, then security against unauthorized access is improved, but legitimate users with name variations are prevented from accessing documents

Engineering Contradiction:
Improveunauthorized access preventionVSAvoidlegitimate user recognition
Core Design Contradiction:
Object-affected harmful factorsVSReliability

Solution Approach 1:

The system segments the name verification process into multiple independent checks, each handling specific types of variations (case sensitivity, diacritics, transliterations, name order). By dividing the verification into modular rules, the system can selectively apply appropriate checks while maintaining overall security and accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary layer of name matching rules that mediates between the strict stored identity data and the user's provided name. This intermediary layer transforms and compares names using configurable rules, serving as a bridge that reconciles variations while maintaining verification integrity.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Ease of operation

If the system accepts alternative representations of names, then user accessibility is improved, but measurement precision of identity verification decreases

Engineering Contradiction:
Improveuser access便利性VSAvoididentity matching accuracy
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The system applies different levels of matching strictness to different parts of the name based on their importance. Critical components like last names are matched with higher precision, while more variable components allow greater flexibility. This local differentiation maintains overall accuracy while accommodating necessary variations.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12165435B2Identity verification in a document management system
Publication Date: 2024.12.10 DOCUSIGN INC
  • US12165435B2 patent drawing
  • US12165435B2 patent drawing
  • US12165435B2 patent drawing

AI summary

A document management system performs name matching operations to validate an identity claimed by a recipient of a document. To validate a claimed identity the document management system compares name data obtained from an identity data source with name data corresponding to a recipient entity of a document to determine whether name features of the identity source name data match recipient name data. The name matching operations may include applying a set of name matching rules to the identity source name data and the recipient name data to determine whether features that differ between the identity source name data and the recipient name data are acceptable alternative representations. Responsive to successfully validating the identity, the system may authorize the recipient to perform actions on the document. Identity source name data may be received from a variety of identity data sources, such as an identity document or a trusted service provider.