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” withouthttps://; -
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_connectionsandupdate:flows_vault_connectionsscopes granted and authorized.
Let us know if this helped you clear the issue!
Best regards,
Gerald