Conversation
|
Tick the box to add this pull request to the merge queue (same as
|
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.
投稿一篇原创文章:远程 MCP Server 的鉴权:为什么动态客户端注册绕不过去
文章简介
MCP Server 从本地 stdio 挪到远程之后,鉴权成了必答题。规范给的答案是 OAuth 2.1,但它与传统 OAuth 之间有一处错位:传统 OAuth 假设客户端事先注册好,而 Agent 客户端是用户临时填一个地址接上来的,拿不到预先分配的
client_id——所以动态客户端注册(RFC 7591)在这条链路上是必需品而不是可选项。文章内容:
投稿信息
categories: ["安全"])本次改动
content/blog/mcp-server-oauth21-dcr/index.mdcontent/authors/yang-luo/_index.md(首次投稿,新增作者信息:姓名、头衔、简介、所属组织)首次向社区投稿,格式参照了
content/blog/下的既有文章。若 frontmatter 字段、分类取值或作者目录命名有需要调整的地方,请直接指出,我来改。