How to associate clients with a tenant and manage Multi tenant solution #2240
sagarshah1983
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
It sounds like you would best handle this with some kind of permission server, for example ORY Keto. There is currently a major overhaul for Keto going on, you can check out some progress on the first "next gen" version. A usecase like you described is already possible with ORY-flavored Access Control Policies, but I would recommend waiting for the next stable version. We roughly estimate that it will be out by Q1 2021. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are working on cloud based solution in which we need oauth clients to be managed for multiple vendors/facilities/tenants.
However, access token obtained by the client should work and allow access only for the resources that are specific the the facility/tenant for which client is created.
Can this be supported using hydra? What's the best approach to create client and associate with a tenant and make sure that access token is limited to only that facility/tenant? Are there any plans to handle this in newer versions?
Appreciate your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions