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.
Loading...
Related Quiz
- To enable debugging in an Express app, you should set the DEBUG environment variable to ______.
- What is the role of the error-handling middleware when dealing with unhandled promise rejections in Express?
- What is the main purpose of using mocking in unit testing?
- The concept of defining a blueprint for the data in the database is known as ________.
- Your application allows users to upload and share documents. You need to implement a solution to scan uploaded documents for malicious content. What considerations and strategies would you employ to ensure the security of the uploaded files?