60432: Unsupported passkeys relying party
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.
- Your request includes a
passkeys.relyingParty.idvalue that is not a supported application domain. - Your request includes a
passkeys.relyingParty.originsvalue 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.idto your application domain, such asexample.com. Do not include a scheme or port. - Set
passkeys.relyingParty.originsto 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://localhostis 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.