I pull the src code and build chromium successfully on mac 14.0.
I also signed the app with my apple developer account.
However, I still cannot use the touchid function on some websites that require the use of touchid.
I entered the following script into the developer mode console, and it returned false.
script :
await PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable();
I also observed that the browser error log output the following content:
[88833:259:0408/214038.555423:ERROR:device_event_log_impl.cc(192)] [21:40:38.555]
FIDO: touch_id_context.mm:117 Touch ID authenticator unavailable because keychain-access-group entitlement is missing or incorrect. Expected value: .org.chromium.Chromium.webauthn How do I use touchid correctly?