Form Vault Connection Bad request

Hi @k.guy

Welcome to the Auth0 Community!

I understand that you are receiving a " Payload validation error: 'Data does not match any schemas " error message when attempting to create a Form Vault Connection. There could be different reasons for this issue, please allow me to detail:

  • you could be using https:// or Slashes in the domain. Please ensure it is under the correct format of “domain”: “your-tenant.us.auth0.com” without https://;

  • your tenant domain name starts with a numeric digit. We have had a report of this issue that had this cause and the solution to removing the error was to remove the starting numerical digit from the domain name;

  • ensure that your M2M application has the correct scopes in the access token. It will require to have the create:flows_vault_connections and update:flows_vault_connections scopes granted and authorized.

Let us know if this helped you clear the issue!

Best regards,
Gerald