We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3addaff + d462daa commit c87a0daCopy full SHA for c87a0da
docs/specification/draft/basic/authorization.mdx
@@ -169,6 +169,11 @@ sequenceDiagram
169
M->>C: HTTP 401 Unauthorized with WWW-Authenticate header
170
Note over C: Extract resource_metadata URL from WWW-Authenticate
171
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
177
C->>A: GET /.well-known/oauth-authorization-server
178
A->>C: Authorization server metadata response
179
0 commit comments