I have created a web for application with EF Code First approach.How do I use ASP.net Identity and EF in such a way that users can see data created by them only.
Users will be entering information in multiple tables with One-to Many relationships. I need to find a way to enforce Data Access based on User ID. I dont think Role Based authorization will be of any help.