Base solution for your next web application
Open Closed

Field Level Authorization #3881


User avatar
0
huntethan89 created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    huntethan89 created

    Hi @ismcagdas,

    Is there any update on this now? Have you guys started on it?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @smartlayer,

    No, there is no progress on this yet. We haven't decided to work on such a feature yet.