Hello,
I am attempting to use multiple domains to access my jitsi install. All good there after following this thread: Same Jitsi-Meet instance with multiple domain names - #49 by probie and How to configure Multidomain support for Jitsi Meet Docker ? (Behind CDN)
I use LDAP authentication to validate logins via the prosody ldap2 module. In addition, I would like to create LDAP authentication contexts to enable users that log into the jitsi instance via domain-A or domain-B to not be allowed into rooms created by the other domain. Perhaps then I would require two jitsi instances?
I’ve been working on this idea for a couple of days and it appears to me that there are possible limitations in perhaps 2 places:
- the prosody ldap2 authentication module, and
- (I’m probably ignorant of things…) how jitsi handles any domain not the main domain as a $http_host “passthough” via nginx.
Perhaps it is possible to create an additional folder for a “separate” jisti instance on the same machine such that each VirtualHost can function separately? How would the prosody configuration look for this?
I appreciate any ideas, pointers, RTFM directions, or perhaps even the WAY to do this if someone has done so. It is not beyond me that I am misunderstanding the entire implementation!
Thanks in advance,
StanObuX stabbing in the dark
P.S. I hope my idea is clear, lol!