I need to be able to display news in a news list based upon the user’s membership/role (there are four different groups). What is the best and smartest way to display these news? The page requires login, when logged-in there are links to different systems displayed based upon the user’s membership – and what news displayed should, just like the links, be based upon the same membership. There will be some news that everyone should be able to see, and then the rest of the news should come with the membership and what links/systems the user can access.
This cannot be an unusual dilemma, can it? My first reaction is that it should be a common problem, and therefore should be an easy EPiServer-way to solve this issue… Or?