Pavel Břoušek
Pavel Břoušek
Windows 10 with Windows Hello setup for fingerprint login (on a laptop with TPM 2.0 which also supports EC cryptography in general), with any browser (Brave, Edge, Chrome, Firefox, Vivaldi,...
This is blocked by https://github.com/privacyidea/webauthn-client/issues/13
also related to #3142
https://github.com/privacyidea/privacyidea/blob/7199be70bbe1ebee908518a8b529ac3637a86ca1/privacyidea/static/components/user/views/dialog.ask_user_delete.html#L6 https://github.com/privacyidea/privacyidea/blob/7199be70bbe1ebee908518a8b529ac3637a86ca1/privacyidea/static/components/dialogs/views/dialog.autocreate_realm.html#L6 https://github.com/privacyidea/privacyidea/blob/7199be70bbe1ebee908518a8b529ac3637a86ca1/privacyidea/static/components/token/views/dialog.ask_token_delete.html#L6 https://github.com/privacyidea/privacyidea/blob/7199be70bbe1ebee908518a8b529ac3637a86ca1/privacyidea/static/components/dialogs/views/dialog.lock.html#L6 https://github.com/privacyidea/privacyidea/blob/7199be70bbe1ebee908518a8b529ac3637a86ca1/privacyidea/static/components/dialogs/views/dialog.no.token.html#L10 I guess the fix would be to set `aria-hidden=false` by JavaScript when the dialog is shown, but that is probably not done now. The only...
@cornelinux There is an issue with this solution, because the JavaScript library (webauthn-client) supports at most 2 algorithms, although there may be more: https://github.com/privacyidea/privacyidea/blob/6a74ff77cebf429b47f5b2f67f3bedd06f020f1d/privacyidea/lib/tokens/webauthntoken.py#L994 Therefore even though I set the...
I have successfully tested the proposed new option `ecdsa_with_rsapkcs1` on Windows 11 with privacyIDEA v3.7 with this patch + patch from #3151 applied. I have tested various devices and all...
Tested on a clean Windows 11 machine, with privacyIDEA v3.7 + this patch + patch from #3143 applied, I have been able to register Windows Hello as a WebAuthn token.
@cornelinux Hi, is this anywhere near implementation? I just need to be able to "find" a user by full username (not really a search), for helpdesk to be able to...
In case anybody had the same problem, I solved my use case (search username only) by adding this to menu.html: ```html ``` where `userrealm` is the realm which should be...
Do you know about [Poedit](https://poedit.net/)?