Nfactor26 / pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
https://nfactor26.github.io/pixel-identity/
MIT License
151 stars 31 forks source link

Avoid storing Id and RoleId/UserID properties for IdentityRoleClaim and IdentityUserClaim #40

Closed Nfactor26 closed 2 years ago

Nfactor26 commented 2 years ago

Description Id , RoleId and UserId properties on IdentityRoleClaim and IdentityUserClaim are required when working with a relational database such as SqlServer. These don't make sense for a document based database like MongoDb.