Friday, April 11, 2014

What is difference between Authentication and Authorization?


Authentication is the process of verifying user credentials. To determine whether the user is a valid user with username and password. Ex: Login page to a website

Authorization is the verifying the permissions of a valid user. So once the user is authenticated, his permissions are assigned using authorization so the access over resources is controlled.What are the applications or pieces of components one can access.(Ex: Links inside Web Site)

No comments:

Post a Comment