-
-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add webauthn / passkey troubleshoot
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
docs/troubleshooting/45_passkeys-webauthn-security-error.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
id: passkeys-webauthn-security-error | ||
title: SecurityError when using WebAuthn or PassKeys | ||
sidebar_label: WebAuthn / PassKeys SecurityError | ||
--- | ||
|
||
## Relying party ID mismatch | ||
|
||
> The relying party ID is not a registrable domain suffix of, nor equal to the current domain. Subsequently, an attempt to fetch | ||
> the .well-known/webauthn resource of the claimed RP ID failed. | ||
### Solve relying party ID mismatch | ||
|
||
The error message indicates that the relying party ID (RP ID) is not a registrable domain suffix of, nor equal to the current | ||
domain. This error occurs when the RP ID is not a valid domain or subdomain. | ||
|
||
To resolve this issue, ensure that the RP ID is a valid domain or subdomain. If you are using a subdomain, ensure that the RP ID | ||
is a registrable domain suffix of the current domain. | ||
|
||
TODO: Add more information on how to fix this issue. |