What is the primary role of a Resource Server in OAuth2?

  • Authenticating users and granting permissions.
  • Generating access tokens for clients.
  • Protecting and serving protected resources.
  • Storing user credentials and data.
The primary role of a Resource Server in OAuth2 is to protect and serve protected resources. It validates access tokens presented by clients and enforces access control to ensure that only authorized clients can access protected resources. It does not generate access tokens (which is the responsibility of the Authorization Server), authenticate users, or store user credentials or data.
Add your answer
Loading...

Leave a comment

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