ASP.NET Zero has Role-based access and we can perfectly control actions (Create, Read, Update and Delete) that a user can perform.
How about field level authorization? We need the ability to control user by role and some other conditions to define their access level to each field. For example, a form has a field "Date". While creating new entry, some can pick value for "Date" field however, other user should not be able to see this field but they may update it in the existing records or may be not.
Is it something already offered in ASP.NET Zero?
3 Answer(s)
-
0
Hi @smartlayer,
This is not offered by AspNet Zero yet. This is in our long term plan but for now we have higher priorities like Xamarin app and moving to Metronic v5.
After finishing those, we will consider this again.
Thanks.
-
0
Hi @ismcagdas,
Is there any update on this now? Have you guys started on it?
-
0
Hi @smartlayer,
No, there is no progress on this yet. We haven't decided to work on such a feature yet.