You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the API/resource surface gets larger, a flat list of scopes might become hard to manage.
13
+
When the API/resource surface gets larger, a flat list of scopes might become hard to manage.
14
14
15
15
In Duende IdentityServer, the `ApiResource` class allows for some additional organization and grouping and isolation of scopes and providing some common settings.
16
16
@@ -40,14 +40,14 @@ With `ApiResource` you can now create two logical APIs and their corresponding s
@@ -164,3 +165,7 @@ var invoiceApi = new ApiResource("invoice", "Invoice API")
164
165
:::note
165
166
MakesurethatyouhaveconfiguredyourIdentityServerfortherequiredsigningalgorithm. See [here](/identityserver/fundamentals/key-management.md) formoredetails.
166
167
:::
168
+
169
+
### Resource Isolation
170
+
171
+
See [ResourceIsolation](/identityserver/fundamentals/resources/isolation.md) formoredetailsonhowtousethe `resource` parametertorequestatokenwithscopesforaspecificresource.
0 commit comments