Multi-Device Conference Authentication via Code Relay

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing online conferencing systems face challenges in improving user convenience and security, particularly in handling multiple terminal devices and seamless authentication across different devices.

Innovation Solution

The conference system implements an authentication engine that allows for a second authentication method, enabling users to log in from multiple devices by providing information such as QR codes or access codes, which are then verified by the conference server to associate all devices with the same user.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If traditional authentication methods are used for each device, then security is maintained, but user convenience deteriorates due to repeated authentication requirements

Engineering Contradiction:
Improveauthentication convenienceVSAvoidauthentication security
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system performs preliminary authentication when the user first logs in to a conference session. The authentication server stores authentication information associated with the user's account and device identifiers. This preliminary action enables subsequent devices to be authenticated more quickly by comparing against pre-stored authentication data, improving convenience while maintaining security through the initial verification.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system creates a copy of authentication information from the first device and transmits it to subsequent devices. Instead of requiring full re-authentication, the system transmits authentication information (such as access codes or verification tokens) from the source device to the target device, allowing the target device to be authenticated based on this copied information while maintaining security through server-verified validation.

Inventive Principle:
Principle #26Copying

2Adaptability or versatility

If multiple devices are supported for the same user, then device flexibility is improved, but system complexity increases due to device association management

Engineering Contradiction:
Improvedevice flexibilityVSAvoidauthentication system complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The authentication server is designed with multi-functionality to handle both initial authentication and subsequent device association operations. It can authenticate a user on their first device, store authentication information, and then use the same authentication mechanism to verify subsequent devices. This universal approach allows the system to support multiple devices without requiring separate complex authentication systems for each device type or scenario.

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

Solution Approach 2:

The authentication server acts as an intermediary between multiple user devices and the conference system. It receives device identifiers from various devices, compares them against stored authentication information, and manages the association between devices and user accounts. This intermediary role centralizes the complexity management, allowing devices to remain simple while the server handles the complex logic of multi-device support.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If authentication information is transmitted between devices, then authentication speed is improved, but information security risks increase

Engineering Contradiction:
Improveauthentication speedVSAvoidsecurity risks
Core Design Contradiction:
ProductivityVSObject-affected harmful factors

Solution Approach 1:

The system implements a feedback mechanism where the authentication server continuously monitors and verifies authentication information transmitted between devices. When authentication information is transmitted from one device to another, the server validates it against pre-stored authentication data and provides feedback by confirming or rejecting the authentication. This feedback loop ensures that even though information is transmitted between devices for speed, security is maintained through server-verified validation at each step.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20250030682A1Conference system for authentication of multiple devices
Publication Date: 2025.01.23 CAPITAL ONE SERVICES LLC
  • US20250030682A1 patent drawing
  • US20250030682A1 patent drawing
  • US20250030682A1 patent drawing

AI summary

A conference system is described that authenticates a user using multiple devices. The conference system authenticates a first device and associates the first device with the user. The conference system provides information for a second authentication method to the user. The conference system authenticates a second device by associating the second device with the user.