Skip to content

Commit fa0e1e9

Browse files
committed
Update resource example in isolation documentation for clarity
1 parent 5d9c7ff commit fa0e1e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/identityserver/fundamentals/resources

src/content/docs/identityserver/fundamentals/resources/isolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ var response = await client.RequestClientCredentialsTokenAsync(new ClientCredent
212212
Scope = "invoice.read",
213213

214214
// The parameter defines the target (RFC 8707)
215-
Parameters = { { "resource", "urn:invoices" } }
215+
Resource = [ "urn:invoices" ]
216216
});
217217
```
218218

0 commit comments

Comments
 (0)