Expected Findings
- `redirect_uri` is matched exactly against the client's registered URI.
- `state` is required and verified on callback.
- `code_verifier` is required at the token endpoint.
Reference OAuth flow with exact-match redirect_uri, required state, and enforced PKCE. Any finding here is a false positive.
clients["mobile"].redirect_uris == ["https://app.example.com/cb"] // exact match