[GH-ISSUE #552] Optimize the display content of Windows Hello window #2365

Closed
opened 2026-03-01 17:20:04 +03:00 by kerem · 1 comment
Owner

Originally created by @sparrowhe on GitHub (Nov 5, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/552

Originally assigned to: @VShawn on GitHub.

When "Windows credentials verification is required to view passwors" is enabled, Windows Hello window will pop up when checking password. However applications calling for verification are not displayed correctly, it just "a application", and it may cause misunderstanding

Goal: Display "1Remote needs to verify your identity" instead of "a application needs ..."

Screenshot:

image

I tried to find the solution but I failed. This is a possible exprience improvement.

Originally created by @sparrowhe on GitHub (Nov 5, 2023). Original GitHub issue: https://github.com/1Remote/1Remote/issues/552 Originally assigned to: @VShawn on GitHub. When "Windows credentials verification is required to view passwors" is enabled, Windows Hello window will pop up when checking password. However applications calling for verification are not displayed correctly, it just "a application", and it may cause misunderstanding Goal: Display "1Remote needs to verify your identity" instead of "**a application** needs ..." Screenshot: ![image](https://github.com/1Remote/1Remote/assets/26871028/2876e562-0f5d-4c50-ba5b-5e264f8761b8) I tried to find the solution but I failed. This is a possible exprience improvement.
Author
Owner

@VShawn commented on GitHub (Nov 5, 2023):

sounds reasonable

we can custom the message by using UserConsentVerifier.RequestVerificationAsync.

image

I need to go and check if this api works with fingerprint identification and facial recognition

FYI: I tested follow https://learn.microsoft.com/en-us/uwp/api/windows.security.credentials.ui.userconsentverifier?view=winrt-22621

and it didn't response anything.

<!-- gh-comment-id:1793675632 --> @VShawn commented on GitHub (Nov 5, 2023): sounds reasonable we can custom the message by using [`UserConsentVerifier.RequestVerificationAsync`](https://learn.microsoft.com/en-us/uwp/api/windows.security.credentials.ui.userconsentverifier.requestverificationasync?view=winrt-22621). ![image](https://github.com/1Remote/1Remote/assets/10143738/f0a46429-6b13-4e62-b033-dc3203981d77) I need to go and check if this api works with `fingerprint identification` and `facial recognition` FYI: I tested follow https://learn.microsoft.com/en-us/uwp/api/windows.security.credentials.ui.userconsentverifier?view=winrt-22621 and it didn't response anything.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#2365
No description provided.