Click here to Skip to main content
15,898,735 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Sir I want to do .net core based project to maintain staff data in the Educational Institution. Each staff should be able to create update their own records. Staff details are maintained in multiple tables. Admin can approve and delete the records. Staff should be able to see other colleagues approved records. Can someone help me with role authorization convention for this scenario.
Department(1:* with Staff)
DeptId
Name
StartDT
Image
HOD
Staff
StaffId
Name
JoinDt
DeptId
Project(*:1 with Staff)
Id
StaffId
Title
Url
Personal(1:1 with Staff)
Id
StaffId
BirthDT
Marital

What I have tried:

Unable to use authentication and authorization concepts for the above database
Posted
Comments
ZurdoDev 27-Apr-18 14:30pm    
Do you have a specific question?
malathi puttaiah 2-May-18 8:50am    
in .net core 2 claims concept is used for authorization. Want that part to be clarified. If IdentityUser table is used for authentication and authorization, how is it related to the other database tables.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900