RBAC - Role Based Access Control
title: “Types” description: “There are multiple types of authorization that exist today.” lead: “There are multiple types of authorization that exist today.” date: 2020-10-06T08:48:57+00:00 lastmod: 2020-10-06T08:48:57+00:00 draft: false images: [] menu: docs: parent: “overview” weight: 103 toc: true
RBAC - Role Based Access Control
Determines access to resources based on the roles of individual users within an enterprise.
ReBAC - Relationship Based Access Control
Determines access to resources based on relationships between subjects and resources by traversing a directed graph.
ABAC - Attribute Based Access Control
Determines access to resources based on attributes. Attributes can be associated with a user, resource, environment, or even application state.