---
title: "What is the difference between authentication and authorization?"  
description: "What is the difference between authentication and authorization?"  
author: "Anupam Mishra"  
published: 2016-05-03  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23010/what-is-the-difference-between-authentication-and-authorization  
category: "custom controls"  
tags: ["custom controls"]  
reading_time: 1 minute  

---

# What is the difference between authentication and authorization?

**\****Authentication** verifies the identity of a user and Authorization is a process where you can check whether or not the identity has access rights to the system. In other words, you can say that authentication is a procedure of getting some credentials from the users and verify the user's identity against those credentials. Authorization is a procedure of granting access of particular resources to an authenticated user. You should note that authentication always takes place before authorization.

## Answers

### Answer by Anupam Mishra

**\****Authentication** verifies the identity of a user and Authorization is a process where you can check whether or not the identity has access rights to the system. In other words, you can say that authentication is a procedure of getting some credentials from the users and verify the user's identity against those credentials. Authorization is a procedure of granting access of particular resources to an authenticated user. You should note that authentication always takes place before authorization.


---

Original Source: https://www.mindstick.com/interview/23010/what-is-the-difference-between-authentication-and-authorization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
