3
Answers

How to implement role based authorization in asp.net web api

Sivakumar

Sivakumar

9y
409
1
Hi, 
 
I want to implement role based  authorization in my project.
 
I have roles like manger, interviewer, recruiter 
 
please tell me procedure for implementation.
 
give me sample code for that.
 
Thanks 
Answers (3)
0
Bikesh Srivastava
NA 19.8k 835.1k 8y
I think its not any big task,
just get data from UI in a angular model and pass to MVC controller and categorized there to insert in both table.