I have an entity: ItContract and every ItContract belongs to an organisation unit.
A user logs-in to an organisation unit and have read access to all data. How can I set a filter on organisationUnitId on the server for every odata query?
I am using odata v4 with asp.net.
There is a way to override the queryOption you get in server side.