Does [Authorize(Roles = \"Admin\")] work out of the box in MVC 5 RTM with ASP.NET Identity?
[Authorize(Roles = \"Admin\")]
I\'ve had no luck. Note that [Authorize] and
[Authorize]