ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 222 - Certified MuleSoft Integration Architect I discussion

Report
Export

What is an advantage of using OAuth 2.0 client credentials and access tokens over only API keys for API authentication?

A.
If the access token is compromised, the client credentials do not to be reissued.
Answers
A.
If the access token is compromised, the client credentials do not to be reissued.
B.
If the access token is compromised, I can be exchanged for an API key.
Answers
B.
If the access token is compromised, I can be exchanged for an API key.
C.
If the client ID is compromised, it can be exchanged for an API key
Answers
C.
If the client ID is compromised, it can be exchanged for an API key
D.
If the client secret is compromised, the client credentials do not have to be reissued.
Answers
D.
If the client secret is compromised, the client credentials do not have to be reissued.
Suggested answer: A

Explanation:

The advantage of using OAuth 2.0 client credentials and access tokens over only API keys for API authentication is that if the access token is compromised, the client credentials do not have to be reissued.

OAuth 2.0 is a secure protocol for authenticating clients and authorizing them to access protected resources. It works by having the client authenticate with the authorization server and receive an access token, which is then used to authenticate requests to the API. If the access token is compromised, it can be revoked and replaced without needing to reissue the client credentials.

Chapter 7: Security

Section 7.2: OAuth 2.0

asked 23/09/2024
Euwing Mendoza
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first