Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 391

What is the first step in the OAuth2 Authorization code grant flow?

Answer options

Correct answer: B

Explanation

The correct answer is B because the OAuth2 Authorization code grant flow begins with the client requesting authorization from the resource owner. The other options describe subsequent steps in the flow, such as mutual authentication (A), receiving the authorization code (C), and exchanging tokens (D), which occur after the initial request for authorization.