Bug 256325
| Summary: | WebAuthn API same credId for multiple fingers | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sikandar Khan <dcodeindia.limited> |
| Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | pascoe, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 16 | ||
| Hardware: | iPhone / iPad | ||
| OS: | Unspecified | ||
Sikandar Khan
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109220518>
pascoe@apple.com
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.