Authorization and Entitlement solution on .Net like earlier in AzMan
问题 What is the best way to achieve application authorization and entitlement in .Net. Earlier AzMan use to be the standard way. With the advent of provider model, at least roles are taken care of but I am not sure about the authorization & entitlement. I am looking at the ability to define and access operation level permissions for roles / users. What is the most suitable way to achieve the above? 回答1: According to this blog post the ClaimsAuthorizationManager API is 'next generation of AzMan'.