350-401 · Question #184
350-401 Question #184: Real Exam Question with Answer & Explanation
The correct arrangement matches each authentication method to its defining description: Secure Vault stores and manages credentials/secrets centrally so they are never hardcoded; HTTP Basic Authentication sends a username and password encoded in Base64 with each request header; T
Question
Drag and Drop Question Drag and drop the REST API authentication method from the left to the description on the right. Answer:
Explanation
The correct arrangement matches each authentication method to its defining description: Secure Vault stores and manages credentials/secrets centrally so they are never hardcoded; HTTP Basic Authentication sends a username and password encoded in Base64 with each request header; Token-based Authentication issues a signed token (e.g., JWT) after login that is presented with subsequent requests; and OAuth is a delegated authorization framework that allows third-party applications to access resources on behalf of a user without exposing credentials. Each method has a distinct mechanism that differentiates it from the others, and the arrangement reflects the standard industry definitions used in REST API security contexts.
Topics
Community Discussion
No community discussion yet for this question.