---
title: "Difference between Authentication and Authorization?"  
description: "Difference between Authentication and Authorization?"  
author: "Sushant Mishra"  
published: 2017-07-16  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/23279/difference-between-authentication-and-authorization  
category: "c#"  
tags: ["mvc4"]  
reading_time: 2 minutes  

---

# Difference between Authentication and Authorization?

Authentication is the process in which we are checking the identity of the user to allow the user into the application. So Login is the process of authentication for the application. Now social media authentication is also allowed in many websites to identify the user.

Authorization sounds same as authentication but it is different. Authorization handles the permission stuff for the user at web page level. Better example will be if the user is authenticated in the website does not mean that user has full permission on all the pages so that can be controlled by authorization.

## Answers

### Answer by Sushant Mishra

Authentication is the process in which we are checking the identity of the user to allow the user into the application. So Login is the process of authentication for the application. Now social media authentication is also allowed in many websites to identify the user.

Authorization sounds same as authentication but it is different. Authorization handles the permission stuff for the user at web page level. Better example will be if the user is authenticated in the website does not mean that user has full permission on all the pages so that can be controlled by authorization.


---

Original Source: https://www.mindstick.com/interview/23279/difference-between-authentication-and-authorization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
