Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 79

A user successfully logs into Vault with the following cURL command: curl --request POST --data @payload.json http://127.0.0.1:8200/v1/auth/ldap/login/mitchellh

The response will include what information?

    Correct Answer: A

    Upon successful login to Vault using the LDAP authentication method, the response will typically include a client token and associated policies. The client token is used for further authentication with Vault, while the policies define what actions the token holder is allowed to perform within Vault.

Discussion
Mark1000Option: A

A https://developer.hashicorp.com/vault/docs/auth/ldap