Library of core security framework for implementing role-based security with integrated Active Directory, local account and database style authentication across various .NET application types.
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suplex Security contains thte POCOs.
Defines an architecture of persistent users, roles and privileges that can be used to provide detailed authorization in applications. Privileges are ordered in a tree structure. Roles contains a list of allowed privileges (nodes or entire branches), or explicitly prohibited privileges (nodes or...
More information
Restores Kentico Generic Roles of _authenticated_ _notauthenticated_ and _everyone_ with code to automatically create and maintain these listings. This should be installed on both the Admin (Mother) and Site (MVC)
Allows easy IP address access filtering by simply adding an attribute to MVC controller or controller action.
It supports:
- single IP address filtering
- multiple IP address filtering
- single IP address range filtering
- multiple IP address range filtering
- a list of roles with linked IP...
More information
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suitable for use in any application/API. Suplex.Security FileSystemDal wraps the MemoryDal for file persistence.