apologized my understanding is not good about identity, claims and roles. i heard role based auth and claim based auth is two different thing but i do not know is it true ?
when we work with identity with claims then there is no scope for roles?
tell me few difference between identity with claims and roles.
suppose i want to work with identity with claims but i want there should be interface from where site admin create roles and assign access rights to roles and later assign role to user.
so tell me how could i achieve this with identity with claims and role management.
please guide me in details.
one good links i got http://www.codeproject.com/Articles/730841/ASP-NET-MVC-5-Identity-Implementing-Group-Based-2