aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Scaffold CRUD for Identity Roles and other Identity classes #1910

Closed josejmoran closed 5 years ago

josejmoran commented 6 years ago

It will be awesome if I can scaffold the CRUD operations for Identitiy Roles. The functionality is just not there or I am looking in the wrong places.

blowdart commented 6 years ago

We support roles, but prefer claims, thus it's not in the scaffolded code. There were also a bunch of user issues where people asked why there were roles tables when we never used them, so now you have to manually add the roles pieces.

blowdart commented 5 years ago

We're closing this issue as the behaviour discussed seems to be by design.