I'm going to make an WPF app in which users have permissions to do certain actions. I'm searching for a library that would handle management of user's permissions.
In many places Windows Identity Foundation is mentioned as the best solution for user authentication.
I've been reading about WIF for a day long and the more I read, the more complicated it's getting.
All I need is an ability to define users and their permissions. But as I read, with WIF I'll need to use STS like TivoliĀ® Federated Identity Manager or Active Directory on Azure.
Moreover I haven't found any example with WPF, all examples base on ASP.net or WCF.
So, is it possible to use WIF with simple identification, with no transmission encryption and no message integrity verification, no complicated STS, but read for example from a local database and on WPF app ?
If not - is there any other lib that can be used to simple authentication ?
Thanks.