In OAuth 2.0, the ________ endpoint is used by the client to obtain the authorization from the resource owner.

  • Authorization
  • Token
  • Redirect
  • Consent
In OAuth 2.0, the "Authorization" endpoint is used by the client to obtain authorization from the resource owner. This step is part of the OAuth 2.0 authorization code flow, where the client redirects the resource owner to the authorization server to grant access. The "Token" endpoint (Option 2) is used to exchange an authorization code for an access token. The "Redirect" endpoint (Option 3) typically refers to where the authorization server redirects the resource owner after granting or denying access. "Consent" (Option 4) is a user interaction step but not an OAuth endpoint.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *