• Nina Satragno's avatar
    [webauthn] Only use FIDO_2_1_PRE preview commands · 7f04e5a7
    Nina Satragno authored
    When sending biometric enrollment and credential management commands to
    authenticators, always use preview commands even if the device supports
    non-preview commands. This is because non-preview commands require
    obtaining a PinUvAuthToken with getPinUvAuthTokenUsingPinWithPermissions
    instead of the legacy getPinUvAuthToken and that still hasn't been
    implemented.
    
    Fixed: 1090551
    Change-Id: I7c7671e3feaed7f09211eda48eddd67b0e3b1ce5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229012
    Commit-Queue: Nina Satragno <nsatragno@chromium.org>
    Auto-Submit: Nina Satragno <nsatragno@chromium.org>
    Reviewed-by: default avatarMartin Kreichgauer <martinkr@google.com>
    Cr-Commit-Position: refs/heads/master@{#774880}
    7f04e5a7
fido_device_authenticator.cc 27.9 KB