diff --git a/src/content/docs/identityserver/fundamentals/resources/isolation.md b/src/content/docs/identityserver/fundamentals/resources/isolation.md index 1bada690..aa3bbaad 100644 --- a/src/content/docs/identityserver/fundamentals/resources/isolation.md +++ b/src/content/docs/identityserver/fundamentals/resources/isolation.md @@ -212,7 +212,7 @@ var response = await client.RequestClientCredentialsTokenAsync(new ClientCredent Scope = "invoice.read", // The parameter defines the target (RFC 8707) - Parameters = { { "resource", "urn:invoices" } } + Resource = [ "urn:invoices" ] }); ```