Posted on: 8/24/2014 4:04:51 PM | Views : 486

Hi I'm new to identity 2.0 and had a question about multiple roles (Sorry if its stupid or confusing!)
Lets say I have two types of users for the site (lets say Member and Staff) what happens when I want to store different information (Eg Performance_Rating for staff only) or lets say I want to make two database tables to hold general information for the site, one which which references Members only (Eg History) and the other which references staff only (Eg Works_At).
Currently how I understand identity, I would have a shared user table (So both members and staff would have their information stored there) which are assigned roles, but this could potentially lead the problem of having cross overs such as Members being assigned to Works_At or Staff assigned to History.
How would I resolve this, would I just go with identities style and stop any cross over myself (I assume this way but its still open to cross overs)? Would I have three tables (One for all ...

Go to the complete details ...