Using the YubiKey FIDO2 functionality the fingerprint validation is prone to failing validation despite using an enrolled fingerprint. Is there anyway to increase the preferred_platform_uv_attempts so the credential doesn't become blocked after only 3 attempts?
I'm using the python libraries, but it seems it is only possible to get this variable, but not set it.
The maximum number of retries for UV is defined by
maxUvRetries.From the CTAP2 spec:
So this value is set by the manufacturer, and cannot be changed.