Marius Vasile

Marius Vasile

  • 578
  • 1.8k
  • 137.7k

asp.net core user roles create and storage

May 26 2021 7:45 AM
My web app has 10 different apps, each having specific roles. The roles are created and stored in a table, outside IdentityRole (AspNetRoles contains only two roles, for site admin and user admin) but when they are assigned, are going to be written in IdentityUserRole (AspNetUserRoles). Is this going to affect security for my site?

Answers (4)