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: en/includes/guides/authentication/passwordless-login/add-passwordless-login-with-fido.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Add FIDO2 login
1
+
# Add Passkey login
2
2
3
-
FIDO2 adds passwordless login to your applications, which allows users to replace traditional passwords with FIDO2-supported hardware security keys or built-in authenticators on their devices.
3
+
Passkey adds passwordless login to your applications, which allows users to replace traditional passwords with FIDO2-supported hardware security keys or built-in authenticators on their devices.
4
4
5
5
There are two types of authenticators that you can use with FIDO2 passwordless authentication in {{ product_name }}.
6
6
7
-
-**Platform authenticators** (also known as `internal` authenticators): Authenticators like fingerprint scanners, TouchID, FaceID or Windows Hello which are bound to a particular device.
7
+
-**Platform authenticators** (also known as `internal` authenticators): Authenticators like fingerprint scanners, TouchID, FaceID, or Windows Hello which are bound to a particular device.
8
8
-**Roaming authenticators** (also known as `cross-platform` or `external` authenticators): Authenticators like hardware security keys which are external and not bound to any specific device.
9
9
10
10
!!! note "What is FIDO2?"
11
-
The FIDO Alliance, whose mission is to reduce the world's reliance on passwords, introduced its latest specifications, collectively called FIDO2. FIDO2 specifications are the World Wide Web Consortium's (W3C) Web Authentication specification (WebAuthn) and FIDO alliance's corresponding Client to Authenticator Protocol (CTAP).
11
+
The FIDO Alliance, whose mission is to reduce the world's reliance on passwords, introduced its latest specifications, collectively called FIDO2. FIDO2 specifications are the World Wide Web Consortium's (W3C) Web Authentication specification (WebAuthn) and the FIDO alliance's corresponding Client to Authenticator Protocol (CTAP).
12
12
13
13
## Prerequisites
14
14
@@ -22,29 +22,29 @@ Follow the steps given below to enable **passwordless** login for your applicati
22
22
23
23
1. On the {{ product_name }} Console, go to **Applications**.
24
24
25
-
2. Select the application to which you wish to add FIDO login.
25
+
2. Select the application to which you wish to add Passkey login.
26
26
27
-
3. Go to the **Sign-in Method** tab of the application and add FIDO login from your preferred editor:
27
+
3. Go to the **Sign-in Method** tab of the application and add Passkey login from your preferred editor:
28
28
29
29
30
30
---
31
31
=== "Classic Editor"
32
-
- If you haven't already built a login flow for your application, select **FIDO2** to build one.
32
+
- If you haven't already built a login flow for your application, select **Add Passkey Login** to build one.
To add passwordless login with FIDO using the Visual Editor:
41
+
To add passwordless login with Passkey using the Visual Editor:
42
42
43
43
1. Switch to the **Visual Editor** tab and go to **Predefined Flows** > **Basic Flows** > **Add Passwordless login**.
44
44
45
-
2. Select `Username & Password + FIDO2`.
45
+
2. Select `Username & Password + Passkey`.
46
46
47
-
3. Click **Confirm** to add passwordless login with FIDO to the sign-in flow.
47
+
3. Click **Confirm** to add passwordless login with Passkey to the sign-in flow.
48
48
49
49
{: style="display: block; margin: 0 auto; border: 0.3px solid lightgrey;"}
50
50
@@ -62,7 +62,7 @@ Passkeys resolve this issue by allowing FIDO2 credentials to sync across multipl
62
62
63
63
- If you are an Apple user, your passkeys will be synced across all the devices signed into the same Apple ID and iCloud Keychain. Refer to the [Apple documentation](https://developer.apple.com/passkeys/) for more information.
64
64
65
-
- If you are an Android user, your passkeys will be synced across all the devices signed into your Google account. Refer to the [Google documentation](https://developers.google.com/identity/passkeys) for more information.
65
+
- If you are an Android user, your passkeys will be synced across all the devices signed into your Google account. Refer to the [Google documentation](https://developers.google.com/identity/passkeys) for more information.
66
66
67
67
**If your devices do not sync through the cloud**, you can use your device with passkeys to scan a QR code generated in the device from which you are trying to log in.
68
68
@@ -73,15 +73,15 @@ Refer to the [passkeys documentation](https://passkeys.dev/device-support/) to s
73
73
## Try it out
74
74
75
75
!!! note
76
-
- FIDO2 passwordless login with platform authenticators will NOT work on the Firefox browser in macOS Catalina, Big Sur and Monterey due to browser limitations.
77
-
- FIDO2 passwordless login with roaming authenticators will NOT work on the Firefox browser as the browser doesn't support CTAP2 (Client to Authenticator Protocol 2) with PIN.
76
+
- Passkey login with platform authenticators will NOT work on the Firefox browser in macOS Catalina, Big Sur, and Monterey due to browser limitations.
77
+
- Passkey login with roaming authenticators will NOT work on the Firefox browser as the browser doesn't support CTAP2 (Client to Authenticator Protocol 2) with PIN.
78
78
79
79
1. Access the application URL.
80
80
2. Click **Login** to open the {{ product_name }} login page.
81
-
3. On the {{ product_name }} login page, click **Sign In With Security Key**. You will be redirected to the FIDO2 login page.
81
+
3. On the {{ product_name }} login page, click **Sign In With Passkey**. You will be redirected to the Passkey login page.
82
82
83
-
{: width="300" style="border: 0.3px solid lightgrey;"}
83
+
{: width="300" style="border: 0.3px solid lightgrey;"}
84
84
85
85
4. Follow the instructions given by your browser or device to login.
86
86
87
-
{: width="300" style="border: 0.3px solid lightgrey;"}
87
+
{: width="300" style="border: 0.3px solid lightgrey;"}
0 commit comments