I already built a register and login functionality for learning purposes.
I searched a long time in the internet to find a solution how can I expand existing project with more identity tables
I have a normal asp identity and other user specified tables for example transactions, shares, additional userinformation and so on.
Every table has a unique column userName that should be linked to the AspUsers Username How can I authorize this users to the specified row in the other tables.
None
0 Points
1 Post
ASP Identity add more identity tables
Oct 04, 2019 06:00 PM|maxitrader|LINK
I am new to this asp identity concepts.
I already built a register and login functionality for learning purposes.
I searched a long time in the internet to find a solution how can I expand existing project with more identity tables
I have a normal asp identity and other user specified tables for example transactions, shares, additional userinformation and so on.
Every table has a unique column userName that should be linked to the AspUsers Username How can I authorize this users to the specified row in the other tables.
Hope anybody can help me.
Contributor
3140 Points
983 Posts
Re: ASP Identity add more identity tables
Oct 07, 2019 08:44 AM|Yang Shen|LINK
Hi maxitrader,
If you are talking about link your users registered in AspNetUsers table to other user related tables, please check Link ASP.NET Identity users to user detail table and Link ASP.Net Identity table to a user detail table.
Best Regard,
Yang Shen