Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What's the difference between authorization and authentication?

user-image
Question ajoutée par Ayman Mohammad Nady Attia , IT Infrastructure Administrator , Orphans Car Center Dreama
Date de publication: 2013/10/07
Fawaz Mohammed
par Fawaz Mohammed , Support and Systems Engineer , eset middle east

Generally speaking: Authentication is a process of identifying that you are what you claim.

Authorization is a process used to check whether a user is authorized to access specific resource.

The most trusted authentication method is using digital certificates. In which certificate authority (CA) will sign a certificate for parts need to be authenticated using CA private key, and publish its public key. This will allow the parties to verify that a trusted CA issued a certificate.

AAA is the most common authorization protocol used. In fact it’s Authentication, Authorization and Accounting protocol.

Authorisation is the process to giving powers (empowering) to a user for accessing particular data. Authentication is the process of verifying whether a user who is trying to access a block of data is genuine or not.

Ahmad Yassein
par Ahmad Yassein , Infrastructure Network Manager , Ministry of International Cooperation (MIC)

Authentication is : Who You Are

Authorization is: What You Can Do in my network after authentication

Accounting or Auditing is: What You Have Done

 

RADIUS is an industry standard protocol used to accomplish these3 phases. In RADIUS, Authentication and Authorization both done in one step. Also, Cisco TACACS+ can be used to deliver triple A services to the network. The difference is RADIUS uses UDP which is unreliable and TACACS+ uses TCP which reliable. In addition, TACACS+ is better since it separates each of the triple A phase in its own step.

Jaishankar Swaminathan
par Jaishankar Swaminathan , Data Analytics & Information Management Tutor , UQ Business School

Great answer by Fawaz, just to add to it.

 

In layman terms, Authentication defines who has access to a device, authorization defines what all privileges he has ( Like you can define privileges in Cisco while configuring the username command).

 

Hope this helps!!! 

More Questions Like This