---
title: "What is Authentication and Authorization?"  
description: "What is Authentication and Authorization?"  
author: "Sumit Kesarwani"  
published: 2013-12-17  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1830/what-is-authentication-and-authorization  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is Authentication and Authorization?

Authentication is the process of identifying users. Authentication is identifying/validating the user against the credentials (username and password) and Authorization performs after authentication.

Authorization is the process of granting access to those users based on identity. Authorization allowing access of specific resource to user.

## Answers

### Answer by Sumit Kesarwani

Authentication is the process of identifying users. Authentication is identifying/validating the user against the credentials (username and password) and Authorization performs after authentication.

Authorization is the process of granting access to those users based on identity. Authorization allowing access of specific resource to user.


---

Original Source: https://www.mindstick.com/interview/1830/what-is-authentication-and-authorization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
