Skip to content

fix(auth): update OAuth token endpoint to platform.claude.com (#47692) - #47765

Closed
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-47692
Closed

fix(auth): update OAuth token endpoint to platform.claude.com (#47692)#47765
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-47692

Conversation

@kyssta-exe

Copy link
Copy Markdown
Contributor

Fixes #47692. Update Anthropic OAuth initial login to use platform.claude.com token endpoint with console.anthropic.com fallback, matching the refresh path.

@alt-glitch alt-glitch added type/bug Something isn't working comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint provider/anthropic Anthropic native Messages API area/auth Authentication, OAuth, credential pools P2 Medium — degraded but workaround exists duplicate This issue or pull request already exists labels Jun 17, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #45254 — same fix as the existing open Anthropic OAuth cluster: the initial login authorization-code exchange in agent/anthropic_adapter.py is updated to use the platform.claude.com token endpoint (with console.anthropic.com fallback), matching the already-migrated refresh path. #45254 is the canonical open PR for this; #46251 and #45441 are the same fix. Linking to the original report #47692.

@teknium1

Copy link
Copy Markdown
Contributor

Closing as a duplicate. This was fixed via #51723 (salvage of #48706 by @yusekiotacode, which fixed both the CLI login and dashboard OAuth paths). Thanks for the report and the fix — credited in the cluster.

#51723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/auth Authentication, OAuth, credential pools comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists provider/anthropic Anthropic native Messages API type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OAuth login (anthropic) hits dead console.anthropic.com token endpoint → HTTP 404; refresh path already moved to platform.claude.com

3 participants