Flow 1
Present and recover
- 1
Client sends the resource request with Authorization: Bearer and no token in the URL.
- 2
RS validates the token (introspection or JWT). On success, serves. On failure, 401 + WWW-Authenticate.
- 3
If the challenge includes resource_metadata, a 2026 agent fetches RFC 9728 and starts OAuth 2.1 rather than guessing the AS.