Is there any way to unify users across all tenants? #9567
Unanswered
willnationsdev
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Hi, I have a very similar use-case. I am also trying to build a system that uses multi tenancy where users would only authenticate on the main tenant using the OpenID client / server. I started building a SaaS configuration module to try to easily manage the configuration for all these tenants from the default tenant. My goal was to:
The module is not complete but is a good starting point (I think) to manage configuration across tenants. |
Beta Was this translation helpful? Give feedback.
3 replies
-
we are looking to unify users across all tenants. is there any support and feedback |
Beta Was this translation helpful? Give feedback.
4 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.
-
Problem:
Right now, users of our multi-tenant system must separately log in to each of the tenants we have (and the average user might need access to an arbitrary number of them). We have an ExternalLoginProvider that is shared across tenants to help speed things up, but that still means that separate User accounts are created in each tenant and have to be synced up by username or email and then verified with the external auth. This leads to a tedious user experience, slows down tenant creation, and complicates the centralization of user permissions.
Goals:
Beta Was this translation helpful? Give feedback.
All reactions