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/ios.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ layout: docs
17
17
18
18
## Overview
19
19
20
-
The platform authenticators in iOS 16+ and iPadOS 16+ have the following capabilities:
20
+
The default platform authenticator in iOS 16+ and iPadOS 16+, Apple Passwords, 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 phone or tablet, using FIDO [Cross-Device Authentication](/terms#cross-device-authentication-cda)
26
26
- a FIDO2 security key{{< sup 1 >}}
27
27
- using a passkey from the local iOS or iPadOS device to sign into services on another device (such as a laptop or desktop), using FIDO [Cross-Device Authentication](/terms#cross-device-authentication-cda)
@@ -44,8 +44,8 @@ iOS and iPadOS devices (as authenticators) do not support persistent linking for
44
44
45
45
WebAuthn credentials created using the platform authenticator in iOS/iPadOS 15 and earlier ***will not*** not be converted to passkeys but will remain available for the lifetime of the device.
46
46
47
-
{{% comment %}} TODO: cross link to generic content about "upgrading to a passkey" {{% /comment %}}
48
-
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. iOS/iPadOS will overwrite the legacy credential with a new passkey that will be backed up to iCloud Keychain.
47
+
<!--TODO: cross link to generic content about "upgrading to a passkey" -->
48
+
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. iOS/iPadOS will overwrite the legacy credential with a new passkey that will be saved to Apple Passwords.
49
49
50
50
### WebViews
51
51
@@ -61,7 +61,7 @@ To replace a legacy platform credential with a passkey, start a credential regis
61
61
62
62
{{< 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 >}}
63
63
64
-
{{% comment %}} TODO: add screenshot example {{% /comment %}}
64
+
<!--TODO: add screenshot example -->
65
65
66
66
#### System WebViews
67
67
@@ -71,7 +71,7 @@ Sites loaded in `ASWebAuthenticationSession` are isolated from the calling app a
71
71
72
72
{{< 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 >}}
73
73
74
-
{{% comment %}} TODO: add screenshot example {{% /comment %}}
0 commit comments