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
I have a requirement to implement field level security. Essentially I need to be able to remove properties from the queried response based on some business logic and the user security profile. My initial thought was to perform this logic before the results were returned using a results filter. Will results filters work with ASP.NET Core OData and if so what is the result type used? I'm also open to other approaches if this is the incorrect path. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a requirement to implement field level security. Essentially I need to be able to remove properties from the queried response based on some business logic and the user security profile. My initial thought was to perform this logic before the results were returned using a results filter. Will results filters work with ASP.NET Core OData and if so what is the result type used? I'm also open to other approaches if this is the incorrect path. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions