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
First, this is a very helpful library that is going to simplify our security implementation in the growing oData stack we maintain. Thank you!
I examined in the docs the support for authorization on navigation properties, and noticed that this works as long as these navigations are accessed through nested paths.
Is there a way to force the restrictions when entities are accessed through the $expand operator?
For example, for the URL /customers?$expand=orders I would like the user to be permitted only if they have both Customers.Read AND Orders.Read scopes.
How can this be achieved?
The text was updated successfully, but these errors were encountered:
First, this is a very helpful library that is going to simplify our security implementation in the growing oData stack we maintain. Thank you!
I examined in the docs the support for authorization on navigation properties, and noticed that this works as long as these navigations are accessed through nested paths.
Is there a way to force the restrictions when entities are accessed through the
$expand
operator?For example, for the URL
/customers?$expand=orders
I would like the user to be permitted only if they have bothCustomers.Read
ANDOrders.Read
scopes.How can this be achieved?
The text was updated successfully, but these errors were encountered: