QuestionQ94

Using APIs

In the three-legged OAuth 2.0 authorization workflow, which entity grants access to a protected resource?

  • A resource owner
  • B client
  • C resource server
  • D authorization server
Explanation

The authorization server obtains the resource owner’s authorization and issues an access token to the client, granting authorized access to the protected resource. The resource server validates that token and serves the resource.

Community Discussion

No comments yet. Be the first to start the discussion!