Skip to content

Commit 5de526e

Browse files
authored
Remove rpId from server call
Closes #365
1 parent fb66bde commit 5de526e

File tree

1 file changed

+1
-1
lines changed
  • content/docs/use-cases/bootstrapping

1 file changed

+1
-1
lines changed

content/docs/use-cases/bootstrapping/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To support the [autofill UI](/docs/reference/terms/#autofill-ui) for passkeys, m
7171

7272
This will cause the following to happen:
7373

74-
- Retrieve the authentication options from your server. Return at least a random `challenge` and `rpId` to be associated with this authentication request.
74+
- Retrieve the authentication options from your server. Return at least a random challenge to be associated with this authentication request.
7575

7676
- When the user interacts with the username field, the browser and platform will check whether a passkey exists in the platform authenticator that can be used with the relying party. <br><br>If this is the case, the passkey will be presented to the user as an option to choose (along with other credentials that can be auto-filled, such as usernames stored in the browser’s password manager). The browser/platform might render a UI similar to the one shown below, although the exact look and feel will vary from platform to platform (Windows vs. Android vs. iOS), and from form factor to form factor (desktop vs. mobile):
7777

0 commit comments

Comments
 (0)