I am not sure if this question is appropriate here, so please be gentle.
I recently read about .NET Claim based security
as I understand it, it is used to control a user's access to different functionality.
In a bottle: a user can claim access to a certain web-page, update or delete commands.
By chance I am working on a project which involves houses and people that manage them (certain people get access to certain houses).
The question is rather simple: is it appropriate to give a person the neccesarry read/write right for a certain house through the ClaimsAuthorization Manager?