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:
157157 OAuth client themselves (e.g., through a configuration interface hosted by the
158158 server).
159159
160- ### 2.5 Authorization Flow Steps
160+ ### 2.6 Authorization Flow Steps
161161
162162The complete Authorization flow proceeds as follows:
163163
@@ -198,9 +198,9 @@ sequenceDiagram
198198 Note over C,M: MCP communication continues with valid token
199199```
200200
201- ### 2.6 Access Token Usage
201+ ### 2.7 Access Token Usage
202202
203- #### 2.6 .1 Token Requirements
203+ #### 2.7 .1 Token Requirements
204204
205205Access token handling when making requests to MCP servers ** MUST** conform to the requirements defined in
206206[ 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
226226Authorization: Bearer eyJhbGciOiJIUzI1NiIs...
227227```
228228
229- #### 2.6 .2 Token Handling
229+ #### 2.7 .2 Token Handling
230230
231231MCP servers, acting in their role as an OAuth 2.1 resource server, ** MUST** validate access tokens as described in
232232[ 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