Skip to content

Commit 41a4e64

Browse files
Merge pull request #6336 from MicrosoftDocs/niels9001/security
[Develop/Security]
2 parents eaa49ff + c0a4ceb commit 41a4e64

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

hub/apps/develop/security/windows-hello-auth-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Create a Windows Hello login service
2+
title: "Tutorial: Create a Windows Hello login service"
33
description: This is the second part of a complete walkthrough on how to use Windows Hello as an alternative to traditional username and password authentication systems in packaged Windows apps.
44
ms.date: 07/08/2024
55
ms.topic: how-to
66
keywords: windows, winrt, security, identity, winui
77
ms.custom: sfi-image-nochange
88
---
99

10-
# Create a Windows Hello login service
10+
# Tutorial: Create a Windows Hello login service
1111

1212
This is the second part of a complete walkthrough on how to use Windows Hello as an alternative to traditional username and password authentication systems in packaged Windows apps. This article picks up where Part 1, [Windows Hello login app](windows-hello-login.md), left off and extends the functionality to demonstrate how you can integrate Windows Hello into your existing application.
1313

hub/apps/develop/security/windows-hello-login.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Create a Windows Hello login app
2+
title: "Tutorial: Create a Windows Hello login app"
33
description: This is the first part of a complete walkthrough on how to create a packaged Windows app that uses Windows Hello as an alternative to traditional username and password authentication systems.
44
ms.date: 07/08/2024
55
ms.topic: how-to
66
keywords: windows, winrt, security, identity, winui
77
ms.custom: sfi-image-nochange
88
---
99

10-
# Create a Windows Hello login app
10+
# Tutorial: Create a Windows Hello login app
1111

1212
This is the first part of a complete walkthrough on how to create a packaged Windows app that uses Windows Hello as an alternative to traditional username and password authentication systems. In this case, the app is a WinUI app, but the same approach can be used with any packaged Windows app, including WPF and Windows Forms apps. The app uses a username for sign-in and creates a Hello key for each account. These accounts will be protected by the PIN that is set up in Windows Settings on configuration of Windows Hello.
1313

hub/apps/develop/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ items:
561561
href: security/credential-locker.md
562562
- name: Fingerprint biometrics
563563
href: security/fingerprint-biometrics.md
564+
- name: OAuth 2.0
565+
href: security/oauth2.md
564566
- name: Passkeys
565567
items:
566568
- name: Overview
@@ -577,8 +579,6 @@ items:
577579
href: security/reference.md
578580
- name: Plugin passkey manager support
579581
href: security/third-party.md
580-
- name: Implement OAuth 2.0 functionality
581-
href: security/oauth2.md
582582
- name: Share certificates between apps
583583
href: security/share-certificates.md
584584
- name: Smart cards
@@ -587,9 +587,9 @@ items:
587587
items:
588588
- name: Overview
589589
href: security/windows-hello-login.md
590-
- name: Create a Windows Hello login app
590+
- name: "Tutorial: Create a Windows Hello login app"
591591
href: security/windows-hello-login.md
592-
- name: Create a Windows Hello login service
592+
- name: "Tutorial: Create a Windows Hello login service"
593593
href: security/windows-hello-auth-service.md
594594
- name: Speech
595595
href: speech.md

0 commit comments

Comments
 (0)