What is the current guidance on managing authorisation in a .NET application?
Specifically whether to use Authorization Manager (AzMan), Windows Identity Foundation (WIF) or a combination of the two.
The Identity Team last mentioned the two in 2009, but never responded to the comments asking for examples of an 'authorization plugin' (and the team's blog has been quiet since 2011)
There's also a passing mention in A Guide to Claims based Identity and Access Control (2nd Edition), in the section Claims-Based Architectures, but again just that "Your application can then map those roles onto fine-grained permissions with tools such as Windows Authorization Manager", with no detail or examples given.