Replies: 1 comment
-
Abp's authorization system supports customization. You can try to integrate it first. I think frameworks should not introduce uncommon and complex features. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If one wants to give authorizations based on relations between entities (e.g. based on position in an organizational hierarchy), a ReBAC based authorization (a.k.a fine grained authorization) method/system could be of help.
There are some projects outside there like OpenFGA (or see Google Zanzibar).
I think this could bring a great feature int abp applications.
What do you think about such an integration?
Beta Was this translation helpful? Give feedback.
All reactions