I am trying to lock down our \"admin\" page to only admins using Asp.net Identity (we are building in MVC5). I can get [Authorize(Users=\"admin\")] to work but can not get [Auth
Have you specified in the web.config that you are going to use roles?