Server function to get custom domain context
Opened this issue · 0 comments
peintnermax commented
To have multitenancy implemented, we need a function which gets the targeted instance host of the customer (generated123.zitadel.cloud
) from the requesting host (login.example.com
).
The response of this function should be cached such that request times can be kept to a minimum.