Hello,
By default the relationship created using the IdentityDbContext creates a many to many relationship between aspnetusers and aspnetroles.
Normally this is fine but I want to limit a user to only one role at a time. Can anyone tell me how to override the default implementation?
Thanks!