What is difference between Authentication and Authorization?

Showing Answers 1 - 7 of 7 Answers

Ranjith Nair

  • Aug 25th, 2005
 

Authentication-->Checking the validity.Ex:A creditcard validation by Verisign.It is called authenticating the CreditCard 
 
Authorization-->Giving some rights -Ex:I authorize mr.Rahul to sign some papers realted with my bank accounts

Ankit Singh

  • Sep 7th, 2011
 

Authentication is the process of identifying users based on their credentials, i.e. user names and passwords.
Authorization is the process of determining whether an authenticated user is allowed to access a specific resource. Even though a user is authenticated, he/she might not be authorized to open a file or web page

mithr17

  • Nov 30th, 2011
 

Authentication is the process that allows an application to verify that a person (or another application, smart card, and so on) is the one that it claimed to be when connecting with it.

Authorization defines a user's rights and permissions in a system. After a user is authenticated, authorization determines what that user has the authority to do on the system. Authorization, therefore, is typically assumed to follow authentication.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions