Skip to content

Commit eb2b6c4

Browse files
Merge pull request #4104 from divyaamunugama/is-testing
Updates on FIDO docs
2 parents 8493a06 + 4b14905 commit eb2b6c4

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed
Loading
Loading

en/identity-server/next/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ nav:
116116
- Add passwordless login:
117117
- Add passwordless login: guides/authentication/passwordless-login/index.md
118118
- Add login with Magic link: guides/authentication/passwordless-login/add-passwordless-login-with-magic-link.md
119-
- Add login with FIDO2: guides/authentication/passwordless-login/add-passwordless-login-with-fido.md
119+
- Add login with Passkey: guides/authentication/passwordless-login/add-passwordless-login-with-fido.md
120120
- Add login with HYPR: guides/authentication/passwordless-login/add-passwordless-login-with-hypr.md
121121
- Add login with Email OTP: guides/authentication/passwordless-login/add-passwordless-login-with-email-otp.md
122122
- Enable user attributes:

en/includes/guides/authentication/passwordless-login/add-passwordless-login-with-fido.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Add FIDO2 login
1+
# Add Passkey login
22

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

55
There are two types of authenticators that you can use with FIDO2 passwordless authentication in {{ product_name }}.
66

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.
88
- **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.
99

1010
!!! 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).
1212

1313
## Prerequisites
1414

@@ -22,29 +22,29 @@ Follow the steps given below to enable **passwordless** login for your applicati
2222

2323
1. On the {{ product_name }} Console, go to **Applications**.
2424

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

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

2929

3030
---
3131
=== "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.
3333

3434
![Configuring fido2 login in {{ product_name }}]({{base_path}}/assets/img/guides/passwordless/fido2/add-fido-login.png){: width="600" style="display: block; margin: 0 auto; border: 0.3px solid lightgrey;"}
3535

36-
- If you have an already built login flow, you can add FIDO2 as an additional authenticator for the first step.
36+
- If you have an already built login flow, you can add Passkey as an additional authenticator for the first step.
3737

3838
![Customize the login flow]({{base_path}}/assets/img/guides/passwordless/fido2/fido-login-step.png){: style="display: block; margin: 0 auto; border: 0.3px solid lightgrey;"}
3939

4040
=== "Visual Editor"
41-
To add passwordless login with FIDO using the Visual Editor:
41+
To add passwordless login with Passkey using the Visual Editor:
4242

4343
1. Switch to the **Visual Editor** tab and go to **Predefined Flows** > **Basic Flows** > **Add Passwordless login**.
4444

45-
2. Select `Username & Password + FIDO2`.
45+
2. Select `Username & Password + Passkey`.
4646

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

4949
![Configuring fido2 login in Asgardeo using the Visual Editor]({{base_path}}/assets/img/guides/passwordless/fido2/add-fido-login-with-visual-editor.png){: style="display: block; margin: 0 auto; border: 0.3px solid lightgrey;"}
5050

@@ -62,7 +62,7 @@ Passkeys resolve this issue by allowing FIDO2 credentials to sync across multipl
6262

6363
- 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.
6464

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

6767
**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.
6868

@@ -73,15 +73,15 @@ Refer to the [passkeys documentation](https://passkeys.dev/device-support/) to s
7373
## Try it out
7474

7575
!!! 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.
7878

7979
1. Access the application URL.
8080
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.
8282

83-
![Sign In With Security Key in {{ product_name }}]({{base_path}}/assets/img/guides/passwordless/fido2/sign-in-with-security-key.png){: width="300" style="border: 0.3px solid lightgrey;"}
83+
![Sign In With Passkey login in {{ product_name }}]({{base_path}}/assets/img/guides/passwordless/fido2/sign-in-with-security-key.png){: width="300" style="border: 0.3px solid lightgrey;"}
8484

8585
4. Follow the instructions given by your browser or device to login.
8686

87-
![Sign In With Security Key page in {{ product_name }}]({{base_path}}/assets/img/guides/passwordless/fido2/sign-in-with-security-key-page.png){: width="300" style="border: 0.3px solid lightgrey;"}
87+
![Sign In With Passkey login page in {{ product_name }}]({{base_path}}/assets/img/guides/passwordless/fido2/fido2-passkey-login-page.png){: width="300" style="border: 0.3px solid lightgrey;"}

0 commit comments

Comments
 (0)