exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 280 discussion

Actual exam question from Cisco's 350-401
Question #: 280
Topic #: 1
[All 350-401 Questions]

DRAG DROP -
Drag and drop the REST API authentication methods from the left onto their descriptions on the right.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jackr76
Highly Voted 2 years, 2 months ago
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
upvoted 6 times
sam6996
2 years ago
I think the provided answer is right, do a quick google search of cisco secure vault, theres not that much information on it though.
upvoted 2 times
...
...
tltechcert
Most Recent 1 month, 2 weeks ago
The correct answer is: Public API resource = OAuth. OAuth is used to protect APIs, it's like when you login to a remote website with Your Google Login Creds. The remote website issues an authentication token to Google, Google authenticates you, if authenticated, allows the access request to the user request. username and password in an encoded string = HTTP basic Authentication because you can do basic username and password authentication via HTTP basic authentication because HTTP is encoded with UTF-8, ASCII, ISO-8859-1, or BASE64 for example. These are all basic HTTP methods of Encoding. Authorization through identity provider = SecureVault because SecureVault is like CyberArk, it centralizes credentials and becomes the identity provider and only allows you to log into appliances and devices after authenticating with the SecureVault (such as CyberArk).
upvoted 1 times
...
matass_md
4 months, 2 weeks ago
HTTP basic authentication -username and password in an encoded string OAuth - authorization through identity provider Public API - public API resource
upvoted 1 times
...
yavuzcangiz
9 months ago
Please type oauth in google. It is Public API resource. Answer should be; OAuth HTTP basic authentication Secure Vault
upvoted 2 times
...
fd905ac
9 months, 4 weeks ago
I'm confused. What's the right answer?
upvoted 1 times
...
IgorLVG
1 year, 1 month ago
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.
upvoted 1 times
...
GATUNO
3 years, 7 months ago
Agree with Johconnor
upvoted 1 times
...
GATUNO
3 years, 8 months ago
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
upvoted 1 times
Johnconnor2021
3 years, 8 months ago
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.
upvoted 8 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...