Is there a good security library for MVC 3? I am interested in a lightweight Users-Roles-Rights library. I could write the library myself, but I would like to see if there is a good library to leverage which could save some time.
I can leverage Asp.Net security, but I would prefer not to have a separate database. Is it possible to add those tables to my database?
One important point is that this is an Intranet application, which will be using Active Directory authenticataion.