|
Hello,
What do you think is the most elegant way to extend role authorization to the "service" layer of Kigg? I would either like to Attribute the service methods or at least check to see if the calling user (logged in user) is in a specific role inside
the Service method.
My first instinct is to implement a custom ASP.net RoleProvider.
What do you guys think?
Matthew Pomar
|