An authorization server is the OAuth 2.0 component that authenticates the resource owner, obtains their consent, and issues access tokens (and optionally refresh tokens and ID tokens) to clients. It is the central identity authority in any OAuth or OIDC system.
Core endpoints
- /authorize: where the user-agent is sent for login and consent
- /token: exchanges authorization codes (or refresh…