You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ The [DSInternals.Passkeys](https://www.powershellgallery.com/packages/DSInternal
27
27
28
28
See [Yubico's blog](https://www.yubico.com/blog/microsoft-strengthens-phishing-resistant-security-for-entra-id-with-fido2-provisioning-apis/) for more details on the API.
29
29
30
-
## FIDO2 UI
30
+
## Passkey UI
31
31
32
-
The project also contains a simple Windows GUI tool called `FIDO2 UI`, which is built on top of the `DSInternals.Win32.WebAuthn` library:
32
+
The project also contains a simple Windows GUI tool called `Passkey UI`, which is built on top of the `DSInternals.Win32.WebAuthn` library:
- The `DSInternals.Passkeys` PowerShell module is published in the [PowerShell Gallery](https://www.powershellgallery.com/packages/DSInternals.Passkeys).
45
-
- The latest version of the `FIDO2 UI` can be downloaded from the [Releases section](https://github.com/MichaelGrafnetter/webauthn-interop/releases/latest).
45
+
- The latest version of the `Passkey UI` can be downloaded from the [Releases section](https://github.com/MichaelGrafnetter/webauthn-interop/releases/latest).
46
46
- The `DSInternals.Win32.WebAuthn` library is published in the [NuGet Gallery](https://www.nuget.org/packages/DSInternals.Win32.WebAuthn/).
Copy file name to clipboardExpand all lines: Src/DSInternals.Passkeys/DSInternals.Passkeys.psd1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
RootModule='DSInternals.Passkeys.psm1'
9
9
10
10
# Version number of this module.
11
-
ModuleVersion='2.1.1'
11
+
ModuleVersion='3.0.0'
12
12
13
13
# Supported PSEditions
14
14
CompatiblePSEditions=@('Desktop','Core')
@@ -196,7 +196,7 @@ PrivateData = @{
196
196
197
197
# ReleaseNotes of this module
198
198
ReleaseNotes=@'
199
-
- Fixed CredentialId and AuthenticatorId properties not being displayed as Base64Url strings in the output of Get-PasskeyWindowsHello and Get-PasskeyAuthenticator cmdlets.
[System.Diagnostics.CodeAnalysis.SuppressMessage("MSTest.Analyzers","MSTEST0025",Justification="Uses AssertInconclusiveException when interactive WebAuthn UI is unavailable.")]
0 commit comments