| You need
authentication and authorization features in .NET applications
Your organization already manages Active Directory Accounts.
So you wonder if you can re-use AD accounts to identify users.
Of course, you can develop an in-house solution to communicate
with Active Directory for authentication purposes. You can
also develop and maintain a specific user list for your application,
independant from Active Directory.
Or you could use Visual Guard. Net. : it provides a ready-to-use
solution to manage users authentication with Active Directory
accounts.
Visual Guard also offers powerful features such as:
* Defining permissions for each account (what
they can do in the application)
* Keeping track of sensitive transactions (Auditing
- who did what?)
* Single Sign-on (users do not enter credentials
to access each application)
* Mixed-mode authentication: combine AD accounts with application
accounts
* and much more...
|