I want to use aspnetusers, aspnetuserroles, aspnetroles tables from asp.net identity in asp.net core applications using code first. I don't want to use claims and other tables but When I try to exclude them and create migration/update-database, I get foreign key constraint errors.
Another thing is that I want to use the plain password with asp.net identity.How Can I use this?
Please suggest.