Explain about Authentication and Authorization ?

 Posted by Bharathi Cherukuri on 2/15/2012 | Category: ASP.NET Interview questions | Views: 5440 | Points: 40
Answer:

Authentication:

Authentication is the process of verifying the credentials such as username and password of the user and then allows that user to access the server.
This process can be done in many ways like :

Password based authentication

Device based authentication

Biometric authentication

For Example, if you use

Windows based Authentication and are browsing an ASP.NET page from server -- ASP.NET/IIS would automatically use NTLM to authenticate you as user1.

Forms based Authentication, then you would use an html based forms page to enter username/password -- which would then check a database and authenticate you against the username/password in the database.


Authorization:

Authorization is a process of verifying whether the user has got the permission to do the operation that he is requesting.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response