Thursday, December 15, 2011

Authentication and Authorization

An authentication system is how you identify yourself to the computer...
Once the system knows who the user is through authentication, authorization is how the system decides what the user can do.
We Will Use Two Different Type Authentication System In Our ERP System:

Windows integrated authentication.
Identifies and authorizes users based on the server' s users list

Forms authentication.  
Directs users to a logon form that collects user name and password information, and then authenticates the user against a user list or database that the application maintains.

No comments:

Post a Comment