how to authorize database record access with ldap in asp.net mvc

  • Thread starter Thread starter bensam16
  • Start date Start date
B

bensam16

Guest

  • hello

    i have an application of Sales Orders management in asp.net mvc 4 project, and i want to apply LDAP authentication on that application, i haven't any idea about how to apply authorization on database table records affected to user so that:

    the user that have admin role or groupe, can view/ create/ edit/delete all orders of all Departments

    the user with role authenticated user can only view/create/edit/delete the orders of its Department or subordinated Departments of its Department

    any help please?

Continue reading...
 
Back
Top