What's wrong with this entry?
Enterprise deployments can now configure custom OAuth endpoints via environment variable.
export CLAUDE_CODE_CUSTOM_OAUTH_URL="https://your-oauth-endpoint.com"
claude- 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)
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.