ASP.Net Identity number of roles and performance -


we have development scope requires granular permission system. system quite large , complex, split different modules based on functionality.

after looking through requirements guess need @ least 1,000 roles, possibly 2,000-3,000.

most users have small subset of these roles (maybe 20-30) there users may have of them.

my question should expect performance or limitation issues implementing many roles using asp.net identity?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -