Is your feature request related to a problem? Please describe.
When trying to authenticate, the --verbose flag shows my FIDO devices are registered, but it doesn't allow me to log in.
Describe the solution you'd like
To be prompted to use my YubiKey and authenticate through it.
Describe alternatives you've considered
Remove my YubiKey's to log in, but decided against.
Additional context
{
"cancelled" : false,
"accountName" : "<apple_id>",
"keyNames" : [ "FIDO2 - Key 1", "FIDO2 - Key 2" ],
"requirePrf" : false,
"passkeyAutofill" : false,
"fsaChallenge" : {
"challenge" : "some_challenge",
"keyHandles" : [ "key_handle1 "key_handle2" ],
"rpId" : "apple.com",
"allowedCredentials" : "key_handle1,key_handle2"
}
}
Is your feature request related to a problem? Please describe.
When trying to authenticate, the
--verboseflag shows my FIDO devices are registered, but it doesn't allow me to log in.Describe the solution you'd like
To be prompted to use my YubiKey and authenticate through it.
Describe alternatives you've considered
Remove my YubiKey's to log in, but decided against.
Additional context