Skip to content

Commit 383aba0

Browse files
committed
chore: fix numbering
1 parent 6abaa05 commit 383aba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

162162
The 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

205205
Access 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
226226
Authorization: Bearer eyJhbGciOiJIUzI1NiIs...
227227
```
228228

229-
#### 2.6.2 Token Handling
229+
#### 2.7.2 Token Handling
230230

231231
MCP 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).

0 commit comments

Comments
 (0)