Root Cause Analysis
The broken adobe_document_generation_api_oauth scheme replaced by this PR was introduced in:
- Origin PR: ComposioHQ/mercury#13790 — "feat(adobe_document_generation_api): add config.ts with OAUTH2 auth"
- Author: @rube-by-composio
- Approved by: @Karthikeya-Meesala
- Merged: 2026-02-16
- Commit: c96ddd15
Two bugs shipped in this commit, both fixed by this PR:
- Per the PLEN-2215 audit, Pattern B "soft misuse" —
mode: 'OAUTH2'declared withgrant_type: 'client_credentials'. - Wrong Adobe IMS host — token URL pointed at
ims-na1.adobeio.cominstead of the correctims-na1.adobelogin.comper Adobe's Server-to-Server docs. The wrong domain alone would have prevented the scheme from ever working, regardless of mode.
🤖 Auto-generated RCA.