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
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).
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.
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
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
...
...
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
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.
jackr76
Highly Voted 2 years, 2 months agosam6996
2 years agotltechcert
Most Recent 1 month, 2 weeks agomatass_md
4 months, 2 weeks agoyavuzcangiz
9 months agofd905ac
9 months, 4 weeks agoIgorLVG
1 year, 1 month agoGATUNO
3 years, 7 months agoGATUNO
3 years, 8 months agoJohnconnor2021
3 years, 8 months ago