You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to implement an iOS workflow, but I’m not sure I understand the differences between SE, WebAuthn/device and WebAuthn/Security key types. From my limited understanding:
SE keys are device-bound, non-exportable, but cannot require confirmation
WebAuthn/device are iCloud-account bound (so exportable between devices, I think), require biometrics authentication, and can implement a two-factor auth via “save on another device”
WebAuthn/security key are bound to the security key, non-exportable, and require presence check (but not biometrics)
Is this roughly correct? I’m happy to improve docs if I have the right understanding.
The text was updated successfully, but these errors were encountered:
Hi,
I’m trying to implement an iOS workflow, but I’m not sure I understand the differences between SE, WebAuthn/device and WebAuthn/Security key types. From my limited understanding:
Is this roughly correct? I’m happy to improve docs if I have the right understanding.
The text was updated successfully, but these errors were encountered: