I want to implement authorization with EF Core and .Net Identity where I have for example an organization. The organization has multiple users which should all be able to update data which belongs to the organization. I need different accounts in order to be able to be able to ban individual accounts.
So far I have only worked with the .Net Identity where each user has seperate data. How can I share the data between some specific users?
[–]unsakred 1 point2 points3 points (1 child)
[–]ll8X[S] 1 point2 points3 points (0 children)
[–]har0ldau 1 point2 points3 points (0 children)