Basic question from a novice:
What is the difference between authentication and authorization?
|
Basic question from a novice: What is the difference between authentication and authorization? | |||
|
feedback
|
|
Authentication is the process of verifying who you are. Logging on to a PC with a username and password is authentication. Authorization is the process of verifying that you have access to something. Gaining access to a resource (e.g. directory on a hard disk) because the permissions configured on it allow you access is authorization. | |||||
feedback
|
|
Authentication is about who somebody is. Authorisation is about what they're allowed to do. | |||
|
feedback
|
|
Authentication: I am an employee of the company. Here is my ID badge. Authorization: As an employee of the company, I am allowed entrance into the building. | |||
|
feedback
|
|
Authentication is the process of determining whether someone or something is, in fact, who or what it is declared to be. In private and public computer networks (including the Internet), authentication is commonly done through the use of logon passwords.
| |||
|
feedback
|