The library works fine for me, when i use windows hello. For some reason, i don't want to use windows hello. The example detects my Yubikey via USB(HID) and via a NFC-Reader (PC/SC).
Unfortunately, I cannot register because the makeCredentials command does not work:
The following errors occur:
Pin in Yubico manager is reset:
- Pin = "" ---> "FIDO2 operation failed (InvalidArgument)"
- Pin ="0000" ----> "CTAP response indicated non-success status (PinNotSet)
- Pin = null -----> CTAP response indicated non-success status (InvalidLength)
Pin is set to "0000" in the Yubico manager
- Pin = "0000" ---> "CTAP response indicated non-success status (InvalidLength)"
Can anyone explain to me what the problem might be?
The library works fine for me, when i use windows hello. For some reason, i don't want to use windows hello. The example detects my Yubikey via USB(HID) and via a NFC-Reader (PC/SC).
Unfortunately, I cannot register because the makeCredentials command does not work:
The following errors occur:
Pin in Yubico manager is reset:
- Pin = "" ---> "FIDO2 operation failed (InvalidArgument)"
- Pin ="0000" ----> "CTAP response indicated non-success status (PinNotSet)
- Pin = null -----> CTAP response indicated non-success status (InvalidLength)
Pin is set to "0000" in the Yubico manager
- Pin = "0000" ---> "CTAP response indicated non-success status (InvalidLength)"
Can anyone explain to me what the problem might be?