nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #23

An authentication method should be selected for a use case based on:

The correct answer is A. The auth method that best establishes the identity of the client. The primary criterion for selecting a Vault authentication method is its ability to reliably establish and verify the identity of the client requesting access.

Submitted by akirajp· Apr 18, 2026Understand Vault Concepts

Question

An authentication method should be selected for a use case based on:

Options

  • AThe auth method that best establishes the identity of the client
  • BThe cloud provider for which the client is located on
  • CThe strongest available cryptographic hash for the use case
  • DCompatibility with the secret engine which is to be used

How the community answered

(20 responses)
  • A
    90% (18)
  • B
    5% (1)
  • D
    5% (1)

Why each option

The primary criterion for selecting a Vault authentication method is its ability to reliably establish and verify the identity of the client requesting access.

AThe auth method that best establishes the identity of the clientCorrect

Vault's authentication methods are designed to verify the identity of a client, whether it's a user, application, or machine, against an internal or external system. Selecting the method that best establishes identity (e.g., LDAP for user directories, AWS IAM for EC2 instances, Kubernetes for pods) is crucial for enforcing appropriate access control policies.

BThe cloud provider for which the client is located on

While some auth methods are specific to cloud providers, the cloud provider itself is a factor in *which* identity can be established, not the primary decision driver for *how* identity is established in general.

CThe strongest available cryptographic hash for the use case

Cryptographic hash strength is relevant for secure password storage *within* some auth methods, but it's not the overarching criterion for selecting an entire authentication method.

DCompatibility with the secret engine which is to be used

Auth methods and secret engines operate independently; a secret engine can be used with any authenticated client, so compatibility isn't a primary selection factor for the auth method itself.

Concept tested: Vault authentication method selection criteria

Source: https://developer.hashicorp.com/vault/docs/auth

Topics

#Authentication Methods#Client Identity#Vault Concepts

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice