Hi,
I am trying to add user roles with my identity in asp.net. So far I have created my site following the site - http://www.asp.net/web-api/overview/security/individual-accounts-in-web-api
Most of my search lead me to use MVC identity which used Login authenication. However I want to add roles to API (Roles for identity using the register,token method). I want to add user roles to my identity since I have two types of user.
Please provide the steps to integrate roles with my API identity.
Thanks in advance :)