In my job, we are trying to strengthen the authentication of Windows Formation (WIF) or some custom component based application form In the membership provider
With this, we need to provide some components to the developer (and end users) who can help us with the logic of management views by the role (RBAC - Role-based access control). I got nothing.
The idea is: A user can see the 'Administrator' 'Home' and 'Admin' page. Okay, like a developer, I do not want to write the code to do this profile. To do this, I expect to work with a component, which explains this complexity. The only idea to manage events or tasks in the app
Do you know something like this? Something like a role provider, but like a general component, which can help me (like profiling in Moodle or Joomla)
Just for the record, English is not my navy language, and I am still learning
I actually wrote my own component for this problem. You can interface in Windows directories and such, but in the past I did not want to manage users of an application through Windows Eddie, so I write my role and privileged subsystem for my applications.
It is not a lot of work to do, and it was very worthwhile for me because I had put it in what I needed and no more.
Comments
Post a Comment