Bug 238450
| Summary: | webauthn on m1 does not work when attestation is set | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gabriel N <wbkt> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, pascoe, webkit-bug-importer, writetomansa |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Mac (Apple Silicon) | ||
| OS: | macOS 12 | ||
Gabriel N
Overview:
Trying to use TouchID for WebAuthN does not work. I have narrowed it down to the "attestation" parameter being set. If it is not set, it works.
Steps to Reproduce:
1) Go to https://webauthn.io
2) Enter anything on example_username
3) Change the dropdown for attestation to either direct or indirect.
4) Click register. Click Continue in the prompt "Do you want to save a passkey for X"
5) Touch the fingerprint sensor when asked
Actual Result: Error stating "The operation cannot be completed."
Expected: Successfully registering.
In Safari 15.4 it will also fail similarly, but it will fail in a worse way where the whole browser window is unusable and must be force killed.
If I skip step 3 and leave attestation at "none". Things will work as expected.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/90919406>
Brent Fulgham
Thank you for the report. The cause of this issue is outside of the WebKit project, so I'm marking this as RESOLVED - MOVED, as the radar is being handled elsewhere.
We hope to have some news to share about this bug soon, and will update this Bugzilla once a build is available to confirm the fix.
Brent Fulgham
This is actually:
<rdar://90469258>
Brent Fulgham
The fix for this issue is available in today's macOS Monterey 12.3.1 update.
Smoley
*** Bug 238712 has been marked as a duplicate of this bug. ***