0
I have a project in mvc and I am using the Asp.net Identity, I have different types of profiles, example Adm / tutoring / master / user and I have access areas for each profile, in addition to the view "home" that has the urls that correspond to each profile. I wanted a solution that using Asp.net Identity I can hide certain urls in the "home" view so that other profiles do not see. This would be done with an implementation at the time the user logs in, hence it would hide the url’s that he would not have access to, that is if an ordinary user logs in, only the user url will appear to him. I wonder if Asp.net Identity has some implementation for this type of control.