Our CMS implements its own role based access control for content management and what not, much like all the other CMSs out there ;) I've recently been playing around with the idea of trying to implement an extension of this access control into our web service api, with the eventual idea of choosing which users have access to what methods.
Has anyone implemented something like this, or know of any good resources I might be able to look into to get the ball rolling on it.
Our development is done entirely in .NET 2.0, however if a principle exists in another language, I welcome it :)