For this situation…
adminis stakeholder on all contractsclientAis stakeholder on some contracts
… if I call the gRPC GetActiveContracts method (or the state/active-contracts JSON endpoint) with the following…
- A JWT authorizing
canReadAs(admin) - A
filters_by_partyforclientA
Question: Will the query result include the contracts on which clientA is a stakeholder, since admin has “visibility” to all the contracts?
