Claude finished @sjd9021's task in 2m 3s —— View job
Review
- Read docs-reviewer.md review criteria
- Run
git diff origin/next...HEADto see changes - Apply review checklist to changed files
- Post review feedback
Looks good
Applied the docs-reviewer.md checklist to docs/content/changelog/05-19-26-custom-oauth-redirect-default.mdx.
Changelog quick checks:
- ✅
titleanddatepresent, date inYYYY-MM-DDformat (2026-05-19) - ✅ Filename follows
MM-DD-YY-suffix.mdxconvention - ✅ No
#heading; sections via Callout (no h3 sub-sections needed for a single-topic note) - ✅ No emojis
- ✅ Behavior change wrapped in
<Callout type="warn">
Content verification:
- ✅
POST /api/v3.1/auth_configsmatches the auth-configs API reference index - ✅
https://backend.composio.dev/api/v3.1/toolkits/auth/callbackmatches the URL used throughout existing docs (custom-auth-configs.mdx,white-labeling.mdx,programmatic-auth-configs.mdx, etc.) - ✅ Scope is clearly bounded — explicitly notes that existing auth configs and requests that pass
oauth_redirect_uriare unaffected, and that Composio-managed auth configs are unchanged
Optional (non-blocking) — consider a tiny Before/After to make the default concrete:
- For new custom OAuth auth configs, the omitted `oauth_redirect_uri` default changes from the legacy v1 callback to `/api/v3.1/toolkits/auth/callback`.
+ For new custom OAuth auth configs with `oauth_redirect_uri` omitted:
+ - **Before:** `https://backend.composio.dev/api/v1/auth-apps/add` (legacy v1 callback)
+ - **After:** `https://backend.composio.dev/api/v3.1/toolkits/auth/callback`
This mirrors the pattern in docs/content/docs/migration-guide/new-sdk.mdx:830 and would let a developer comparing their OAuth provider config see the exact strings to look for. Not required — the current Callout is clear enough on its own.
No misleading content or copy-paste hazards. A developer reading this would correctly understand the impact and what to verify on their OAuth provider.
• Branch: codex/custom-oauth-redirect-changelog