docs(mcp): add ID-JAG auth guide with connect-time credential errors - #1182
Open
devin-ai-integration[bot] wants to merge 2 commits into
Open
docs(mcp): add ID-JAG auth guide with connect-time credential errors#1182devin-ai-integration[bot] wants to merge 2 commits into
devin-ai-integration[bot] wants to merge 2 commits into
Conversation
…credential errors Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Adds
docs/mcp_id_jag.md(theoauth2_id_jagMCP auth mode) and links it from the auth overview, themcp.mdauth_type table and the sidebar.oauth2_id_jaghas been shipping since BerriAI/litellm#31516 with no page in these docsThe page carries over the Okta setup guide from the unmerged #425 and brings it up to date with two later proxy changes. BerriAI/litellm#35147 made the leg-1 subject come from the identity assertion captured at LiteLLM SSO login when the request has no
Authorizationbearer, so a virtual key alone is enough; the "Calling an ID-JAG MCP Server" section now describes both subject sources andMCP_SSO_ASSERTION_CACHE_TTL_SECONDS. BerriAI/litellm#35392 (LIT-5062) pre-flights the ID-JAG credential on single-server routes before the session opens, so a missing or expired stored assertion is a412with the actionable body (noWWW-Authenticate, deliberately) and an unreachable assertion store is a503, instead of a200with"tools": []and atools/callthat says the tool does not exist. The new "Credential Errors at Connect Time" section documents that, the per-server_meta.litellm.ai/server_outcomesshape the aggregate/mcproute still returns, and the known bearer-carryingtools/listmismatch tracked as LIT-5067. Troubleshooting rows were added for eachSupersedes #425 if merged.
npm run buildpassesResolves LIT-5062 (docs)
Link to Devin session: https://app.devin.ai/sessions/2e35eeaf6134486da2665d8d496a534e
Open in Devin Desktop: https://app.devin.ai/desktop/session/2e35eeaf6134486da2665d8d496a534e?variant=devin
Requested by: @yassin-berriai