Skip to content

Commit 4ddae4c

Browse files
Merge pull request MicrosoftDocs#5513 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 9d74761 + 969a9c8 commit 4ddae4c

File tree

5 files changed

+366
-9
lines changed

5 files changed

+366
-9
lines changed

hub/apps/develop/security/third-party.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Third-party passkey manager support
3-
description: This topic describes the third-party API plugin support for third-party passkey providers on Windows.
2+
title: Plugin passkey manager support
3+
description: This topic describes the plugin API support for passkey providers on Windows.
44
ms.topic: article
5-
ms.date: 12/12/2024
5+
ms.date: 06/16/2025
66
---
77

8-
# Third-party passkey manager support
8+
# Plugin passkey manager support
99

10-
This topic describes the third-party credential manager API plugin support for third-party passkey providers on Windows. It showcases a demo app named Contoso Passkey Manager.
10+
This topic describes the plugin credential manager API plugin support for passkey providers on Windows. It showcases a demo app named Contoso Passkey Manager.
1111

1212
## Contoso Passkey Manager
1313

14-
Windows 11 supports a third-party plugin model for passkeys. Contoso Passkey Manager is a demo app that demonstrates this passkey provider support.
14+
Windows 11 supports a plugin model for passkeys. Contoso Passkey Manager is a demo app that demonstrates this passkey provider support.
1515

1616
> [!WARNING]
1717
> Contoso Passkey Manager is designed for passkey creation and usage testing only. Don't use the app for production passkeys.
@@ -57,7 +57,7 @@ Windows 11 supports a third-party plugin model for passkeys. Contoso Passkey Man
5757

5858
## Next steps
5959

60-
To integrate with the third-party plugin capability, go to [webauthn](https://github.com/microsoft/webauthn) to find the header files.
60+
To integrate with the plugin capability, go to [webauthn](https://github.com/microsoft/webauthn) to find the header files.
6161

6262
## See also
6363

hub/apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ items:
386386
href: develop/security/tools-libraries.md
387387
- name: Reference
388388
href: develop/security/reference.md
389-
- name: Third-party passkey manager support
389+
- name: Plugin passkey manager support
390390
href: develop/security/third-party.md
391391
- name: Implement OAuth 2.0 functionality
392392
href: develop/security/oauth2.md

hub/apps/windows-app-sdk/downloads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ For all the latest Windows App SDK downloads, refer to the tables and links belo
4141

4242
| Version | Runtime downloads |
4343
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
44+
| [1.8 Experimental3 (1.8.250610002-experimental3) ](/windows/apps/windows-app-sdk/experimental-channel#version-18-experimental-180-experimental3) <br/> 06/12/2025 <br/> [Release notes](/windows/apps/windows-app-sdk/experimental-channel#version-18-experimental-180-experimental3) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.8-experimental3) | [Installer (x64)](https://aka.ms/windowsappsdk/1.8/1.8.250610002-experimental3/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.8/1.8.250610002-experimental3/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.8/1.8.250610002-experimental3/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.8/1.8.250610002-experimental3/Microsoft.WindowsAppRuntime.Redist.1.8.zip) |
4445
| [1.8 Experimental2 (1.8.250515001-experimental2) ](/windows/apps/windows-app-sdk/experimental-channel#version-18-experimental-180-experimental2) <br/> 05/19/2025 <br/> [Release notes](/windows/apps/windows-app-sdk/experimental-channel#version-18-experimental-180-experimental2) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.8-experimental2) | [Installer (x64)](https://aka.ms/windowsappsdk/1.8/1.8.250515001-experimental2/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.8/1.8.250515001-experimental2/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.8/1.8.250515001-experimental2/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.8/1.8.250515001-experimental2/Microsoft.WindowsAppRuntime.Redist.1.8.zip) |
4546
| [1.8 Experimental1 (1.8.250410001-experimental1) ](/windows/apps/windows-app-sdk/experimental-channel#version-18-experimental-180-experimental1) <br/> 04/15/2025 <br/> [Release notes](/windows/apps/windows-app-sdk/experimental-channel#version-18-experimental-180-experimental1) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.8-experimental1) | [Installer (x64)](https://aka.ms/windowsappsdk/1.8/1.8.250410001-experimental1/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.8/1.8.250410001-experimental1/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.8/1.8.250410001-experimental1/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.8/1.8.250410001-experimental1/Microsoft.WindowsAppRuntime.Redist.1.8.zip) |
4647

0 commit comments

Comments
 (0)