docs: Claude Team/Enterprise org-wide connector setup + service client guidance#118
Open
asachs01 wants to merge 1 commit into
Open
docs: Claude Team/Enterprise org-wide connector setup + service client guidance#118asachs01 wants to merge 1 commit into
asachs01 wants to merge 1 commit into
Conversation
…lient guidance Customers setting up Claude Teams were pasting gateway service client (svc_) credentials into the custom connector's optional OAuth Client ID/Secret fields, which fails with invalid_client — those fields only override the client used in the authorization_code+PKCE browser flow, while svc_ clients are client_credentials-only. - New 'Claude Team & Enterprise — Organization-Wide Setup' section on the gateway page (admin adds connector org-wide, members click Connect) - Warning callout: leave the OAuth fields blank; gateway supports DCR - New 'Service Clients — API & Automation Access' section with token mint example and Claude API mcp_servers usage - Cross-link + warning in the Teams page Step 4 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Why
A customer setting up Claude Teams with the MCP gateway pasted their service client (
svc_) credentials into the custom connector's optional OAuth Client ID/Secret fields and hit an opaque error. Root cause (verified against prod):svc_clients live only inservice_clientsand are validated solely by theclient_credentialsbranch of/oauth/token—/oauth/authorizerejects them withinvalid_client: Unknown client_id.client_credentialsmint + MCP initialize both succeed via curl.What
mcp_serversusage.Navigation steps verified against Anthropic's current custom-connector help article.
astro buildpasses (70 pages).🤖 Generated with Claude Code