Tag: authorization
-
RSBAC – Rule Set Based Access Control
Rule-Set-Based Access Control is a type of access control mechanism that allows administrators to define and enforce access control policies based on a set of rules.
-
JSON Web Token (JWT)
JSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object.
-
Authentication vs Authorization
Authentication vs Authorization Authentication is the process of verifying the identity of a user or entity.It is about the confirmation that a person, organization, or system is indeed who they say they are. Authorization is granting someone or something permission or access to a resource or system.It is about the confirmation that a person, organization,…