When I enable azure auth method via API way with root token, always got following error tip.
{“errors”:[“backend type must be specified as a string”]}
And, I try other auth methods the result is same, when I use CLI or Web UI, all the action is successful.
curl
–header “X-Vault-Token: …”
–request POST
–data ‘{“type”: “azure”}’
https://127.0.0.1:8200/v1/sys/auth/azure
{“errors”:[“backend type must be specified as a string”]}