I'm working on an Asp.net Mvc application that uses identity 2 to authenticate and authorize users but it seems I need more features than Roles-based, so I want to change my method and use claims-based method to create the application.
Update: Consider I want to set access permission for a specific user to access to a specific action.
but the problem is there is nothing to learn, I mean i know what claim is but i don't know how to implement it and create users and things.
I'm wondering why there's nothing to learn how to implement claims-based out there! that's why I asked this question.
I need something like a prepared project or a step-by-step tutorial. is there anything to teach how to handle claims?