-
Notifications
You must be signed in to change notification settings - Fork 842
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
Incomplete Passkey integration regarding the macOS iCloud keychain #2606
Comments
FIDO Passkey integration seems to be non-existent for now from my experience, can confirm the same behavior when trying to use passkey authentication with Bitwarden |
Same issue here. |
+1, stumbled upon this today |
This is due unsigned builds and the missing entitlement: In order for Ungoogled Chromium to use and lookup passkeys in iCloud Keychain a "Request the macOS Web Browser Public Key Credential Entitlement" is required. See here: https://developer.apple.com/contact/request/macos-browsers-passkeys/ I do not see any other way than someone with a valid Apple Developer Account requesting the entitlement from Apple and then build it with the entitlement. |
Would it be possible to integrate a personal developer account to accomplish this? |
I think personal developer accounts are allowed to request this entitlement. |
I have both a paid dev account, I'm just wondering if it's possible to add the entitlement to this project in a way that could be updated..? |
Signed builds are generated automatically in https://github.com/claudiodekker/ungoogled-chromium-binaries. Perhaps opening an issue to add whatever metadata is needed there is helpful The builds will also land on the binary contributors page soon I hope |
Personally, I would be happy to see if someone could sponsor an dev license for Ungoogled-Chromium macOS. But we still need to discuss how this will be organized... Directly sign our software with some individual's account is definitely not a great approach in some ways...
https://github.com/claudiodekker/ungoogled-chromium-binaries is a good alternative to get signed UGC macOS in the meantime, and it should be updated with our official repo. |
And related issue: ungoogled-software/ungoogled-chromium-macos#93 |
I have an impression that this issue is principally unfixable by us, should we close it as such? |
OS/Platform
macOS
Installed
https://ungoogled-software.github.io/ungoogled-chromium-binaries/
Version
118.0.5993.117
Have you tested that this is not an upstream issue or an issue with your configuration?
--user-data-dir
command line argument and it could not be reproduced thereDescription
iCloud keychain Passkey integration does not work
How to Reproduce?
Actual behaviour
You always get prompted to "Use a passkey from another device"
Expected behaviour
The modal includes ready-to-use credentials from your iCloud keychain
Relevant log output
No response
Additional context
I believe Chromium would first need to request permission, just like Chrome does.
Also, the item exists in the settings and is switched on by default.
The text was updated successfully, but these errors were encountered: