Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-YubikeyFIDO2Credentials fails to list FIDO2 credential #86

Open
JMarkstrom opened this issue Dec 22, 2024 · 2 comments
Open

Get-YubikeyFIDO2Credentials fails to list FIDO2 credential #86

JMarkstrom opened this issue Dec 22, 2024 · 2 comments

Comments

@JMarkstrom
Copy link
Collaborator

Get-YubikeyFIDO2Credentials fails to list credentials with error:

Steps to reproduce:

  1. Reset YubiKey FIDO applet (reset-YubikeyFIDO2)
  2. Using website webauthn.io register credential
  3. Attempt to list FIDO credentials (get-YubikeyFIDO2Credentials).
  4. Observe results.

Expected:
Cmdlet should list credential (2)

Result:
Listing fails with error:

Get-YubikeyFIDO2Credentials: The requested algorithm is not supported.

@virot
Copy link
Owner

virot commented Dec 25, 2024

SDK seems to break on Algorithm: Ed25519, if one uses ES256 it works.

@virot
Copy link
Owner

virot commented Dec 25, 2024

Could this be related to: Yubico/Yubico.NET.SDK#155
[Feature]: Ed25519 and X25519 PIV key types

@virot virot mentioned this issue Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants