I am trying to find an authorization and authentication solution for my ASP.NET projects that can be used with object based needs. Like I have different kinds of elements and various actions on them. I want my key user to manage authorization part from a panel and can allow or deny an action on an element to a specific role or users. I can try to develop such a system but I am wondering if there is an design pattern for this, or an open source project or any 3rd party solution. And I want it in a generic way so I can reuse that part for the future projects. Current role based models that are offered both asp.net and mvc does not encounter my needs.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.