Bug 256325 - WebAuthn API same credId for multiple fingers
Summary: WebAuthn API same credId for multiple fingers
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari 16
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-04 11:54 PDT by Sikandar Khan
Modified: 2023-05-19 10:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sikandar Khan 2023-05-04 11:54:03 PDT
when i am using webAuthn API, all the fingers are generating same credId, isn't it possible to modify it in future versions, as this will bring a revolution in employee attendance
Comment 1 Radar WebKit Bug Importer 2023-05-11 11:54:18 PDT
<rdar://problem/109220518>
Comment 2 pascoe@apple.com 2023-05-19 10:20:19 PDT
Hi Sikandar.

In order to get a different credential id during assertions, you need to register a separate credential. I would not expect the same credential to return a different credential id based on how user verification was performed.

Hope this helps.