Skip to content

Commit 9c25bbe

Browse files
authored
update example RAS client auth to use CIMD
Co-authored-by: Aaron Parecki <aaron@parecki.com>
1 parent 877b4fd commit 9c25bbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specification/stable/enterprise-managed-authorization.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,17 @@ The MCP Client presents the ID-JAG to the Resource Authorization Server's token
207207

208208
The MCP Client authenticates with its credentials as registered with the Resource Authorization Server.
209209

210-
If the MCP Client has not yet registered with the Resource Authorization Server, then it can do a [Dynamic Client Registration](/specification/draft/basic/authorization#dynamic-client-registration) request at this stage.
210+
If the MCP Client is not pre-registered with the Resource Authorization Server, then it can use its [Client ID Metadata Document](/specification/2025-11-25/basic/authorization#client-id-metadata-documents) as its client ID, and optionally authenticate using [private_key_jwt](https://www.ietf.org/archive/id/draft-ietf-oauth-client-id-metadata-document-01.html#section-6.2).
211211

212212
An example request may look like this:
213213

214214
```
215215
POST /oauth2/token HTTP/1.1
216216
Host: auth.chat.example
217-
Authorization: Basic yZS1yYW5kb20tc2VjcmV0v3JOkF0XG5Qx2
218217
219218
grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
220-
assertion=eyJhbGciOiJIUzI1NiIsI...
219+
&assertion=eyJhbGciOiJIUzI1NiIsI...
220+
&client_id=https://client.example.com/client.json
221221
```
222222

223223
### 5.1 Processing Rules

0 commit comments

Comments
 (0)