Base solution for your next web application
Open Closed

Extension to authorization model #6302


User avatar
0
yefim created

In our application we use an authorization model where user has one or more "profiles" and can switch from one to another. In turn, a profile represents one or more role, along with "row level security" (data access scope) filtering configuration. Apparently, relations between User and Roles -> permissions go deep into .Net Zero authorization implementation and I suspect may be challenging to modify. Please advise.


1 Answer(s)