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
Copy file name to clipboardExpand all lines: content/en/docs/reference/macos.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ layout: docs
19
19
20
20
The platform authenticator in macOS Ventura (13) has the following capabilities:
21
21
22
-
- creating and using passkeys that are backed up to iCloud Keychain
22
+
- creating and using passkeys saved to Apple Passwords
23
23
- creating and using passkeys on/from another device, such as:
24
-
- an iPhone or iPad signed in to a different iCloud account, using FIDO [Cross-Device Authentication](/terms#cross-device-authentication-cda)
24
+
- an iPhone or iPad signed in to a different Apple Account, using FIDO [Cross-Device Authentication](/terms#cross-device-authentication-cda)
25
25
- an Android device, using FIDO [Cross-Device Authentication](/terms#cross-device-authentication-cda)
26
26
- a FIDO2 security key{{< sup 1 >}}
27
27
@@ -45,8 +45,8 @@ When an authenticator is not persistently linked, a QR code must be scanned on e
45
45
46
46
WebAuthn credentials created using the platform authenticator in macOS Monterey (12) and earlier ***will not*** be converted to passkeys but will remain available for the lifetime of the device.
47
47
48
-
{{% comment %}} TODO: cross link to generic content about "upgrading to a passkey" {{% /comment %}}
49
-
To replace a legacy platform credential with a passkey, start a credential registration ceremony and pass **the same user handle** (user.id) in the request. macOS will overwrite the legacy credential with a new passkey that will be backed up to iCloud Keychain.
48
+
<!--TODO: cross link to generic content about "upgrading to a passkey" -->
49
+
To replace a legacy platform credential with a passkey, start a credential registration ceremony and pass **the same user handle** (user.id) in the request. macOS will overwrite the legacy credential with a new passkey that will be saved to Apple Passwords.
50
50
51
51
### WebViews
52
52
@@ -62,7 +62,7 @@ To replace a legacy platform credential with a passkey, start a credential regis
62
62
63
63
{{< button color="light" size="sm" icon="fab fa-apple" cue=false order="first" tooltip="Go to the Apple developer docs" href="https://developer.apple.com/documentation/webkit/wkwebview" >}}WKWebView docs @ Apple Developer{{< /button >}}
64
64
65
-
{{% comment %}} TODO: add screenshot example {{% /comment %}}
65
+
<!--TODO: add screenshot example -->
66
66
67
67
#### System WebViews
68
68
@@ -72,7 +72,7 @@ Sites loaded in `ASWebAuthenticationSession` are isolated from the calling app a
72
72
73
73
{{< button color="light" size="sm" icon="fab fa-apple" cue=false order="first" tooltip="Go to the Apple developer docs" href="https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession" >}}ASWebAuthenticationSession docs @ Apple Developer{{< /button >}}
74
74
75
-
{{% comment %}} TODO: add screenshot example {{% /comment %}}
0 commit comments