Video Conferencing App Authorization With Short-Circuit Access

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing video conferencing systems face challenges in securely and efficiently installing third-party applications or integrations without requiring manual authorization from users, often granting excessive access privileges that violate the principle of least privilege and increase security risks.

Innovation Solution

A method for administrator-authorized applications during video conferencing, where an organization administrator grants explicit authorization on behalf of users, limiting access scope and using a short-circuit mechanism to provide access tokens seamlessly, allowing pre-installation or installation without additional user interaction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If administrator grants authorization on behalf of users, then installation efficiency is improved and user friction is reduced, but access scope control becomes more critical to maintain security

Engineering Contradiction:
Improveinstallation efficiencyVSAvoidsecurity risk
Core Design Contradiction:
ProductivityVSObject-affected harmful factors

Solution Approach 1:

The administrator performs preliminary authorization actions before the actual application installation. The system pre-establishes authorization tokens and configurations that will be automatically applied when users install applications, eliminating the need for real-time user interaction while maintaining security through pre-vetted access scopes.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces an intermediary authorization mechanism between the administrator and the application. This intermediary layer (authorization server/token) mediates the access relationship, allowing administrators to grant broad installation rights while the intermediary controls the actual resource access scope to maintain least-privilege security.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Manufacturing precision

If manual user authorization is required, then access control precision is improved, but installation time increases and user experience deteriorates

Engineering Contradiction:
Improveaccess control precisionVSAvoidinstallation time
Core Design Contradiction:
Manufacturing precisionVSLoss of time

Solution Approach 1:

The system performs the time-consuming authorization verification action in advance during administrator configuration. Once the administrator sets up the application with defined access scopes, the system caches the authorization parameters, allowing rapid installation without repeating the full authorization process for each user.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The installation process becomes self-service for end users. After the administrator configures the application once, subsequent installations automatically inherit the pre-established authorization parameters without requiring user intervention or time investment, while still maintaining precise access control through the pre-configured scopes.

Inventive Principle:
Principle #25Self-service

3Ease of operation

If applications are pre-installed without user interaction, then ease of operation is improved, but authorization validation complexity increases

Engineering Contradiction:
Improveease of installationVSAvoidauthorization validation complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The system extracts the complex authorization validation logic from the installation process. The validation complexity is separated into a dedicated authorization service layer that handles verification independently, allowing the installation process to remain simple while the extracted validation module manages the complexity of verifying administrator-granted authorizations.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

An intermediary authorization validation service acts as a mediator between the simple installation process and the complex validation requirements. This intermediary layer handles the complexity of validating administrator grants, token verification, and scope checks, shielding the user-facing installation interface from these complexities while ensuring proper authorization control.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20260089166A1Administrator-authorized applications during video conferencing
Publication Date: 2026.03.26 ZOOM COMMUNICATIONS INC
  • US20260089166A1 patent drawing
  • US20260089166A1 patent drawing
  • US20260089166A1 patent drawing

AI summary

Techniques for providing administrator-authorized applications are provided. In an example method, a video conference provider receives a request to access a resource by an application on behalf of one or more users. The video conference provider receives, from an authorization provider, authorization to access the resource by the application on behalf of the one or more users responsive to a request to access the resource by the application on behalf of the one or more users. The video conference provider provides a notification to a client device that the authorization to access the resource has been received. The video conference provider receives, from the client device, an indication associated with a user to request the resource. The video conference provider executes a short circuit authorization. The video conference provider, responsive to the short circuit authorization, provides access to the resource to the client device.