Skip to content

Commit

Permalink
docs: add webauthn / passkey troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 12, 2024
1 parent 4d28f84 commit e31b44c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/troubleshooting/45_passkeys-webauthn-security-error.mdx
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.

0 comments on commit e31b44c

Please sign in to comment.