Can finbuckle handle multi tenant with hierarchical structure #618
Unanswered
minorityuk
asked this question in
Q&A
Replies: 1 comment
-
Hi, there is no support for this built in, but it should be possible. If you look at the |
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
-
Hi
I am looking to find a solution to a design problem I have. A product I have inherited was designed as a database per company asset.
To complicate things our product is provided to service company who then use it for their customer. Where their customer gave multiple assets sitting in individual database with their own authentication.
Ideally what I want to achieve is
Currently I am using claims permission to allow add, edit delete based on roles.
Ideally I need to get to level where a user is granted different roles for different assets can this library achieve the above?
Beta Was this translation helpful? Give feedback.
All reactions