Permify / permify

An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and scalable authorization systems for any application.
https://permify.co/
Apache License 2.0
4.99k stars 225 forks source link

Feature: Attribute Based Authz Control (ABAC) #469

Closed sashokbg closed 1 year ago

sashokbg commented 1 year ago

Feature: Attribute Based Authz Control (ABAC)

As a developer I want to define authroziation policies that are based on principal or entity attributes So that I can create rich and precise business driven rules

Example:

Technical Notes Maybe some JS callbacks can be added similar to what keycloak does ?

Thank you for your project and great work ! Best Regards Aleks

EgeAytin commented 1 year ago

Hi @sashokbg, we already have a ABAC support issue, and it will cover the examples you provided above when finished. You can track the issue from: https://github.com/Permify/permify/issues/255 and share your thoughts.