WPF Application - Role Management Recommendations
Posted
by David Ward
on Stack Overflow
See other posts from Stack Overflow
or by David Ward
Published on 2010-05-13T13:40:58Z
Indexed on
2010/05/13
13:44 UTC
Read the original article
Hit count: 294
I have a WPF application with a WCF service layer and a SQL database. I now want to restrict elements of the application so that certain functions are only available to those users with a particular role. For example, you will only be able to navigate to the settings screen if you are an administrator.
I would like a user to be a member of 1 or more authorisation groups and each authorisation group to have 1 or more roles associated.
A long time ago I used AzMan (Authorisation Manager) to do a similar thing. Does anyone think that there are better approaches? Is AzMan "old news"? Alternatives?
Thanks.
© Stack Overflow or respective owner