File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/specification/draft/basic Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ these authorization servers, MCP clients will have to either:
157
157
OAuth client themselves (e.g., through a configuration interface hosted by the
158
158
server).
159
159
160
- ### 2.5 Authorization Flow Steps
160
+ ### 2.6 Authorization Flow Steps
161
161
162
162
The complete Authorization flow proceeds as follows:
163
163
@@ -198,9 +198,9 @@ sequenceDiagram
198
198
Note over C,M: MCP communication continues with valid token
199
199
```
200
200
201
- ### 2.6 Access Token Usage
201
+ ### 2.7 Access Token Usage
202
202
203
- #### 2.6 .1 Token Requirements
203
+ #### 2.7 .1 Token Requirements
204
204
205
205
Access token handling when making requests to MCP servers ** MUST** conform to the requirements defined in
206
206
[ OAuth 2.1 Section 5 "Resource Requests"] ( https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#section-5 ) .
@@ -226,7 +226,7 @@ Host: mcp.example.com
226
226
Authorization: Bearer eyJhbGciOiJIUzI1NiIs...
227
227
```
228
228
229
- #### 2.6 .2 Token Handling
229
+ #### 2.7 .2 Token Handling
230
230
231
231
MCP servers, acting in their role as an OAuth 2.1 resource server, ** MUST** validate access tokens as described in
232
232
[ OAuth 2.1 Section 5.2] ( https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#section-5.2 ) .
You can’t perform that action at this time.
0 commit comments