Hello,
Is it possible to have my users at the host level so that they're shared across tenants ?
So when I edit a user (or its permissions, or anything else), changes would be echoed to other tenants.
We're on Aspnetzero V8.8.0 angular + .net core
3 Answer(s)
-
0
Hi @daws,
It is not supported by default. We also don't suggest such a use case because it will be hard (or will require lots of work) to change core parts of the Framework. Could you explain your use case a bit more ? Maybe we can offer you a different solution.
Thanks,
-
0
Hello, thanks for your answer.
My use case is as follows :
Usually, each of our customers manages a single site (= tenant).
However, we have one of our customers who manages two sites (two different tenants). This customer has several users and most of them should be able to connect to both tenants with the same username, role and permissions
-
1
Hi,
In that case, I think it would be better to snycronize users of two tenants using domain events.