-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Desktop] Support fingerprint webauthn on macOS #3642
Comments
@corymcdonald I think this is working with our 0.61.x release with Chromium 73. Could you try? |
I think this fixes it actually which is live: |
I was able to get Yubikey to work in both
However I was not able to use my fingerprint as a way for UTF. So maybe this issue should be made a little more specific? |
@corymcdonald please do update the issue to cover your case 😄 (title, original post details) |
Not sure if this is related to this issue, or if I should submit a new one. Touch ID currently does not work for webauthn for the latest Brave release (it does work in Chrome). To replicate, try using Touch ID on https://webauthn.me. I think one of the issues is that Brave does not ask you to permit the site access to Touch ID, which Chrome does. Because of this, Touch ID doesn't work :( |
This is still an issue. 😄 We want to support WebAuthn on the publishers so it would be nice to get this somewhere on the roadmap so it would be released on the Release version before the end of year @rebron |
It's really unfortunate that I can't use TouchID on Brave. Implementing this would have full feature parity with Chrome (from my perspective :)). |
Same comment, WebAuthn is more and more used by IDaaS and MFA like Duo or OKTA. |
Github has now enabled this functionality and next month over a hundred banks and credit unions will have it enabled for their sites. Really need this enabled. |
Need this to switch to Brave! |
I'd like this support added to Brave to continue using Brave at work since we've switched to Okta Verify with Touch ID for authentication. This works correctly in Chrome. |
I'm required to use Duo to login at work - as are many others - without touchID i have to pull my phone out >20x a day to verify. This is causing me to seriously contemplate switching back to chrome.... |
I am also using Duo for school and I really wish I could use touchID in Brave :/ |
Many business use Okta for authentication and it would be great for the Brave community to have Touch ID supported. |
Work in progress! Stay tuned 😄 |
Verified passed on macOS 10.14.6 Mojave using
cc @kjozwiak to check on Catalina Verification PASSED on
|
Description
For publishers we received a request from @tomlowenthal to implement webauthn as a sign in provider. However in the current release of Brave webauthn is not supported
https://webauthn.bin.coffee
https://webauthndemo.appspot.com
Actual result:
On the webauthn.bin.coffee site when you try and generate a login
Expected result:
webauthn successfully works when trying to authenticate with a fingerprint reader
Reproduces how often:
Everytime
Brave version (brave://version info)
All versions.
Test Plan
Specified here: brave/brave-core#5539
Additional Information
Essentially think it's related to removing
credentialManager
brave/brave-core#1896
The text was updated successfully, but these errors were encountered: