Skip to content

Commit c87a0da

Browse files
authored
Merge pull request modelcontextprotocol#520 from modelcontextprotocol/localden/fix-flow
docs(spec): Add missing flow component
2 parents 3addaff + d462daa commit c87a0da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ sequenceDiagram
169169
M->>C: HTTP 401 Unauthorized with WWW-Authenticate header
170170
Note over C: Extract resource_metadata URL from WWW-Authenticate
171171
172+
C->>M: Request Protected Resource Metadata
173+
M->>C: Return metadata
174+
175+
Note over C: Parse metadata and extract authorization server(s)<br/>Client determines AS to use
176+
172177
C->>A: GET /.well-known/oauth-authorization-server
173178
A->>C: Authorization server metadata response
174179

0 commit comments

Comments
 (0)