# Part 4 - The OAuth Authorization Server
OAuth Simplified 4 / 4
24 min read
How the Authorization Server registers clients, issues Authorization Codes and tokens, enforces PKCE, and what it stores and checks at every step.
How the Authorization Server registers clients, issues Authorization Codes and tokens, enforces PKCE, and what it stores and checks at every step.
How a protected resource validates Access Tokens, enforces scope, and uses token introspection so it has to trust nothing the client sends.
How a client redirects the user, trades an Authorization Code for an Access Token, and uses the state parameter to shut down CSRF attacks.