fix(auth): correct OAuth redirect URI to platform.claude.com (#47966) - #47992
Closed
kyssta-exe wants to merge 1 commit into
Closed
fix(auth): correct OAuth redirect URI to platform.claude.com (#47966)#47992kyssta-exe wants to merge 1 commit into
kyssta-exe wants to merge 1 commit into
Conversation
kyssta-exe
force-pushed
the
auto-fix/issue-47966
branch
from
June 17, 2026 21:04
cf32859 to
f960950
Compare
Contributor
|
Closing alongside the issue this addresses — working as intended, won't implement. This change is in service of making Claude Pro/Max/Team OAuth credentials bill on-plan for programmatic traffic. As of Anthropic's mid-June 2026 change, that traffic is metered as extra usage by design. The only way to restore on-plan billing is to present as the first-party Claude CLI/Agent-SDK surface — exactly the spoof filter Anthropic enforces against — which puts users at real risk of account suspension. We won't ship a mitigation whose mechanism is evading the provider's usage-attribution filter. For Anthropic API access, use a standard |
This was referenced Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #47966. Changed OAuth redirect URI from console.anthropic.com to platform.claude.com to match Anthropic's actual authorization server.