IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

AspNetUserRoles Not Used #66

Closed BruceHunter closed 8 years ago

BruceHunter commented 8 years ago

I noticed that when using IdentityServer3.AspNetIdentity along with IdentityManager that the Roles get put in AspNetUserClaims instead of the table AspNetUserRoles.

What is the reason for this? I know we should be using claims more.

brockallen commented 8 years ago

Because roles are just claims.

BruceHunter commented 8 years ago

I figured that and of course agree with your statement. I just hate having a table that isn't used at all. I wonder if I can delete it without having issues. Darn it M$.

BruceHunter commented 8 years ago

I am going to close this.