Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.32 Home All releases olderv2.1.31 v2.1.33newer
Claude Code v2.1.32

Custom OAuth URL Support

What

Enterprise deployments can now configure custom OAuth endpoints via environment variable.

Usage
export CLAUDE_CODE_CUSTOM_OAUTH_URL="https://your-oauth-endpoint.com"
claude
Details
  • Only approved endpoints are permitted
  • Error thrown if endpoint is not on the allow list: "CLAUDE_CODE_CUSTOM_OAUTH_URL is not an approved endpoint"
  • Supports FedRAMP endpoints (claude.fedstart.com, claude-staging.fedstart.com)
Evidence

OAuth configuration (search for "CLAUDE_CODE_CUSTOM_OAUTH_URL")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.32 →