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

Which authorization steps are required to obtain an access token according to the OAuth2 authorization code grant flow?

Answer options

Correct answer: A

Explanation

Option A is correct as it outlines the proper steps in the OAuth2 authorization code grant flow, which includes authentication, obtaining the authorization code, and sending it with the client ID and client secret. The other options misrepresent the process, either by omitting necessary steps or altering the sequence required to obtain the access token.