Skip to content

Commit eb71df0

Browse files
committed
iOS updates
1 parent 64df5a7 commit eb71df0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • content/en/docs/reference

content/en/docs/reference/ios.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ layout: docs
1717

1818
## Overview
1919

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:
2121

22-
- creating and using passkeys that are backed up to iCloud Keychain
22+
- creating and using passkeys saved to Apple Passwords
2323
- 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)
2525
- an Android phone or tablet, using FIDO [Cross-Device Authentication](/terms#cross-device-authentication-cda)
2626
- a FIDO2 security key{{< sup 1 >}}
2727
- 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
4444

4545
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.
4646

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.
4949

5050
### WebViews
5151

@@ -61,7 +61,7 @@ To replace a legacy platform credential with a passkey, start a credential regis
6161
6262
{{< 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 >}}
6363

64-
{{% comment %}} TODO: add screenshot example {{% /comment %}}
64+
<!-- TODO: add screenshot example -->
6565

6666
#### System WebViews
6767

@@ -71,7 +71,7 @@ Sites loaded in `ASWebAuthenticationSession` are isolated from the calling app a
7171

7272
{{< 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 >}}
7373

74-
{{% comment %}} TODO: add screenshot example {{% /comment %}}
74+
<!-- TODO: add screenshot example -->
7575

7676
### User Verification Behavior
7777

0 commit comments

Comments
 (0)