Authorization Server

An Authorization Server is the component that authenticates users and issues access tokens to clients. Build this when you want to run your own OAuth 2.0 or OpenID Connect provider.

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

Looking for the Resource Server (protecting an API)? Or the Client (consuming an OAuth provider)?

Understand

Before implementing, read the concept guides:

  • Concepts — OAuth 2.0 roles, flows, and grant types

How-to

OAuth 2.0

Reference

Relevant specifications: