Skip to content

Commit 6b25f62

Browse files
authored
Merge pull request #1008 from DuendeSoftware/mb/fix
Update resource example in isolation documentation for clarity
2 parents c3c4f31 + fa0e1e9 commit 6b25f62

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)