ASP.NET Core UI for managing Identity users and roles
In a .net 5 MVC project that uses Identity for authentication, is there a built in option to manage the roles (crud) and user <> role relationships (add and removed roles to a user)? I have found some tutorials that…