Access Control for Corporate Applications
Authentication, Authorization, Audit for .Net applications
|
| |
Visual Guard Console is a user interface dedicated to Authentication
and Access control management. This is where you create security
rules (roles, permissions, user accounts), where you manage
password policy, declare new application to secure, etc…
The Console can manage permissions for several applications
at the same time, whatever the .Net technology: Asp.Net, WCF,
Winform...
The security data created in the console is stored in a proprietary
database called repository.
The console can be used either for development purposes or
for identity management tasks.
A set of roles is available to limit administrators’
actions:
- Developer roles give access to technical aspects (like
creating permissions)
- User administrator roles allow managing account provisioning
- Auditor roles give access to the log and auditing reports…
|
| |
Visual Guard .Net offers advanced features to create high
granularity permissions without adding code.
Visual Guard supports any .Net components:
GUI objects, Non visual business objects, Objects which manage
the access to the Database, Dynamic objects...
Example: Filtering Data
Example: Hiding Fields
Example: Disabling Menus
Example: Disabling Controls
|