Navigating authentication and authorization
Harnessing the power of Microsoft Entra External ID and Cerbos for enhanced application security

Search for a command to run...
Articles tagged with #authorization
Harnessing the power of Microsoft Entra External ID and Cerbos for enhanced application security

Authentication and authorization are the two central pillars of security of any application. Authentication is the identification of valid users and authorization is the process of determining what those users are allowed to do. User authorization pl...

Role-Based Access Control (RBAC) and Attribute-Based Access Control (ABAC) are two common methods of ensuring system users only have access to the resources they need to do their job. Access control is the second step in providing access to digital r...

Hello devs, In this blog, we will learn how to implement an authorization mechanism in ReactJS applications using Cerbos. Before, let's understand the basics of authorization and why it is needed. Any application that requires a user login needs an ...

In this tutorial, we’ll learn about authorization, how it works, and how to integrate it into a Next.js application using Cerbos, an open-source authorization project. This approach will allow us to seamlessly manage and enforce access controls withi...

Published by Martin Gjoshevski & Alex Olivier on April 03, 2024 Understanding the critical roles of authentication and authorization is essential in safeguarding data and ensuring system security across various software applications. Our latest coll...