Replies: 2 comments 2 replies
-
Hi Iker! The only portable way of checking is by acting on the return value itself. Recent versions of CTAP (2.1) added an (optional) way of communicating whether a power cycle is required, but we have not yet implemented querying this in libfido2 (and needless to say requires authenticator support). Ludvig |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ok, thank you for the explanation. I'm closing this ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the user enters their PIN 3 times incorrectly the FIDO2 device is blocked until it is disconnected and connected again to the system. I don't seem to find any method in the manuals that enables the application to check whether the FIDO2 device is blocked in this way (FIDO_ERR_PIN_AUTH_BLOCKED). Would it be possible to implement this method?
Reference: SSSD/sssd#7631 (comment)
Beta Was this translation helpful? Give feedback.
All reactions