Exam 350-401 All QuestionsBrowse all questions from this exam
Question 280

DRAG DROP -

Drag and drop the REST API authentication methods from the left onto their descriptions on the right.

Select and Place:

    Correct Answer:

Discussion
jackr76

How can a public API resource be in a secure vault? It's public (!) and holds no credentials. I think it should be: Public API resource - OAuth username and passeord in an encoded string - secure vault authorization through indentity provider - HTTP basic authentication

sam6996

I think the provided answer is right, do a quick google search of cisco secure vault, theres not that much information on it though.

[Removed]

OAuth HTTP authentication Secure Vault

SeMo0o0o

correct

SeMo0o0o

............................

IgorLVG

OAuth is one of many solutions you can use to protect your APIs and other resources. It allows users to securely delegate access to resources without sharing their original credentials. OAuth2 has been around since 2012 as a standard and is built on lessons from other, earlier standards, including OAuth1 and SAML.

GATUNO

Agree with Johconnor

GATUNO

OAuth is a way to get access to protected data from an application. It's safer and more secure than asking users to log in with passwords., NO CORRECT , , oauth is an application

Johnconnor2021

you are wrong, OAuth needs an identity provider to get the interchange of Tokens and then the user access without the use of user/pass. OAuth is not an application, its a protocol. Two different things. Answer is correct.