After update to 10.0.2.0 [Authorize(roles = "Rolename")] is not working anymore on members
hi i have several controllers where i use the .Net Built in authorize attribute. But after updating my project to 10.0.2.0 (comming from 10.0.0.0 this stop working .
The [Authorize] itself works but it seems that members cannot use roles anymore. Does somebody else have this issue ?
After update to 10.0.2.0 [Authorize(roles = "Rolename")] is not working anymore on members
hi i have several controllers where i use the .Net Built in authorize attribute. But after updating my project to 10.0.2.0 (comming from 10.0.0.0 this stop working .
The [Authorize] itself works but it seems that members cannot use roles anymore. Does somebody else have this issue ?
I believe you can use UmbracoMemberAuthorize
is working on a reply...