Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

60432: Unsupported passkeys relying party


ERROR: 60432

error-60432 page anchor
VERIFY
ERROR

This error occurs when your Verify Passkeys request includes a relying party value that Verify cannot use. For Passkeys, configure the relying party with your application domain in passkeys.relyingParty.id and with the origins or App IDs your Service accepts in passkeys.relyingParty.origins.

Possible causes

possible-causes page anchor
  • Your request includes a passkeys.relyingParty.id value that is not a supported application domain.
  • Your request includes a passkeys.relyingParty.origins value that Verify Passkeys does not accept for your app or website.
  • Your web passkey flow is using an origin that does not meet WebAuthn requirements, such as a non-HTTPS origin.
  • The relying party values in your request do not match the passkey configuration on your Verify Service.
  • Set passkeys.relyingParty.id to your application domain, such as example.com. Do not include a scheme or port.
  • Set passkeys.relyingParty.origins to the origin URLs or App IDs your Service should accept. If you use multiple origins, provide each supported value in the list for your Service configuration.
  • For web passkey flows, use HTTPS origins. If you are testing locally, http://localhost is a common development exception.
  • Review your Verify Service passkey configuration and make sure the same relying party values are used during service setup, passkey registration, and authentication.

Additional resources

additional-resources page anchor