Resource Server

A Resource Server is an API that accepts and validates access tokens to protect resources. Build this when you want to secure your API endpoints so that only authorized clients can access them.

A resource server can be separate from the authorization server — it only needs to validate the tokens that the authorization server issued.

Not sure this is the right role? See Concepts for an overview of all OAuth 2.0 roles.

Looking for the Authorization Server (issuing tokens)? Or the Client (consuming an OAuth provider)?

Understand

How-to

Reference