We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3c4f31 + fa0e1e9 commit 6b25f62Copy full SHA for 6b25f62
1 file changed
src/content/docs/identityserver/fundamentals/resources/isolation.md
@@ -212,7 +212,7 @@ var response = await client.RequestClientCredentialsTokenAsync(new ClientCredent
212
Scope = "invoice.read",
213
214
// The parameter defines the target (RFC 8707)
215
- Parameters = { { "resource", "urn:invoices" } }
+ Resource = [ "urn:invoices" ]
216
});
217
```
218
0 commit comments