File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/specification/draft/basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ while maintaining simplicity:
53
53
MCP clients ** MUST** use the OAuth 2.0 Authorization Server Metadata.
54
54
55
55
### 2.2 Roles
56
- A protected MCP server acts as a [ OAuth 2.1 resource server] ( https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#name-roles ) ,
56
+ A protected MCP server acts as an [ OAuth 2.1 resource server] ( https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#name-roles ) ,
57
57
capable of accepting and responding to protected resource requests using access tokens.
58
58
59
59
An MCP client acts as an [ OAuth 2.1 client] ( https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#name-roles ) ,
60
60
making protected resource requests on behalf of a resource owner.
61
61
62
62
The authorization server is responsible for interacting with the user (if necessary) and issuing access tokens for use at the MCP server.
63
63
The implementation details of the authorization server are beyond the scope of this specification. It may be hosted with the
64
- resource server or a separate entity. Section [ 2.3 Authorization Server Discovery] ( #2-3-authorizaton -server-discovery )
64
+ resource server or a separate entity. Section [ 2.3 Authorization Server Discovery] ( #2-3-authorization -server-discovery )
65
65
specifies how an MCP server indicates the location of its corresponding authorization server to a client.
66
66
67
67
### 2.3 Authorization Server Discovery
You can’t perform that action at this time.
0 commit comments