Hi everyone, we use the user-role based for authorization user in our project. we need to add an attribute to our table (user role table),which results in the user having the role when that attribute established. for example we want to say user A in location
X has a special role but same user in location Y has another roles. in another words, if we have a user that have diffrent roles in two companies, if we want to delete company A, the role of user destroyed in in just company A, and this user stay in company
B.
Asp.net core mvc - Asp.net core Identity
↧
How can i add a third attribute to identify my user in user-role table?()
↧