Mobile Notification Layering for Sensitive Message Authentication

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing mobile device notification systems fail to adequately secure sensitive information, such as one-time passcodes, leading to potential security breaches when a user's device is unlocked, making it vulnerable to scams and unauthorized access.

Innovation Solution

Implement a notification security system that employs an API to differentiate between sensitive and non-sensitive messages, requiring additional authentication, such as biometrics or passcodes, before revealing the content of notifications containing sensitive information.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If push notifications are displayed on the mobile device screen, then users can quickly receive and view authentication codes, but sensitive information becomes vulnerable to unauthorized access when the device is unlocked

Engineering Contradiction:
Improvenotification delivery speedVSAvoidsecurity vulnerability
Core Design Contradiction:
SpeedVSObject-affected harmful factors

Solution Approach 1:

The notification system is segmented into multiple layers: a visible notification layer that provides user awareness and a hidden content layer that contains the actual sensitive information. The OTP code is segmented from the notification display, allowing the notification to be visible while the code itself remains protected until authentication occurs.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Biometric authentication serves as an intermediary mechanism between the notification display and the revelation of sensitive content. The authentication system acts as a mediator that controls when and how the OTP becomes visible, preventing direct access to sensitive information while maintaining notification functionality.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If additional authentication layers are implemented for sensitive notifications, then security is improved, but user operation complexity increases

Engineering Contradiction:
Improvesecurity reliabilityVSAvoiduser operation ease
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system leverages the device's existing biometric authentication capabilities (fingerprint, face recognition) that users already have configured for general device access. This self-service approach allows the notification system to reuse established authentication mechanisms rather than requiring users to set up new security protocols, maintaining ease of operation while improving security.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

Biometric authentication is performed preliminarily before the OTP content is revealed in the notification. This preliminary authentication step ensures security is established in advance, and once authenticated, the user can access the OTP without further delays, balancing security requirements with operational ease.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12470925B2Multi-layered authentication notification system for mobile devices
Publication Date: 2025.11.11 T MOBILE US INC
  • US12470925B2 patent drawing
  • US12470925B2 patent drawing
  • US12470925B2 patent drawing

AI summary

The technology relates to secure management of notifications on mobile devices. The method involves receiving messages over a telecommunications network. In instances where the mobile device is in an unlocked state, the user interface of the mobile device displays the message content through notifications on the user interface. The process includes determining the unlocked state of the mobile device and assessing whether the message contains sensitive content. Upon such determination, the mobile device performs a security process, which includes preventing showing the sensitive content in the notification until the user is authenticated. Upon successful authentication, the mobile device presents the content of the notification on the user interface.