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

60371: Relying party invalid or not provided


ERROR: 60371

error-60371 page anchor
VERIFY
ERROR

Twilio returns this error when your Verify Passkeys request does not include a valid relying party configuration. The relying party identifies the application requesting passkey registration or authentication, and the request must send that configuration in the expected format.

Possible causes

possible-causes page anchor
  • The request omits the relying party configuration.
  • The relying_party object is malformed or does not follow the expected structure for id, name, and origins.
  • The Passkeys relying party ID is not sent as your application domain without a scheme or port.
  • The relying party origins are missing, incorrectly formatted, or do not match the server origins or App IDs your service accepts.
  • Send the relying party configuration in the correct field for the endpoint you are calling. For a Passkeys factor request, provide it in config.relying_party. For a Verify Service request, provide the Passkeys relying party fields on the Service configuration.
  • Set id to your application domain, such as example.com, and do not include a scheme or port.
  • Set name to the app or website name you want authenticators to display during registration and authentication.
  • Set origins to the exact HTTPS origins or App IDs that your Passkeys flow should accept, and make sure they match the domains where passkeys are created and verified.

Additional resources

additional-resources page anchor