Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 iOS 平台开发一个 fido2 BLE 身份验证器。据我所知,android可以用OSX桌面chrome(支持fido2)和fido2一致性工具进行测试。对于 iOS,我知道的唯一方法是使用“fido2 一致性工具”,它有很多错误并且无法正确测试应用程序。
还有其他方法可以测试 fido2 iOS 身份验证器的实现吗?
提前致谢。
Apple 不允许我们为蓝牙广告设置服务数据字段,而当前的 Chrome 版本正在通过该字段检测待配对设备。所以我们不能正式与iOS设备配对。
暂时有两种方式可以与我们的 WebAuthn 的 iOS 设备配对:
使用 chrome://bluetooth-internals 检测并与 iOS 设备配对
使用网络蓝牙
配对后,我们可以在 Chrome 上使用 WebAuthn 进行测试