privacyidea-credential-provider
privacyidea-credential-provider copied to clipboard
fido2 nfc support, fixes
- NFC support requires libfido2 to be built with USE_PCSC enabled. It does not change the code related to fido2 in this project.
- Added smartcard listener to wait for a security key to be connected via NFC, which will be recognized as a smartcard (pcsc)
- If userVerification=discourged, the user will not be prompted for the PIN
- Fixed a bug that would cause the (customizable) OTP failure text to not be displayed.
- Offline data will be saved if it empty (because webauthn data can be revoked)