Blog

Welcome to my blog, here you can find all my posts about web development, programming, and other stuff.

Authorization VS Authentication

07/03/2023
  • iam
  • authorization
  • authentication
  • infrastructure

Authentication is the act of validating that users are whom they claim to be. This is the first step in any security process. Authorization in system security is the process of giving the user permission to access a specific resource or function. This term is often used interchangeably with access control or client privilege.