-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Jitsi-meet login credentials #7611
Copy link
Copy link
Closed
Labels
Description
We attempt to integrate jitsi (with prosody) more tightly into rocket-chat: Is there a simple way to pass the user credentials to jitsi-meet? If configuring jitsi to only allow authenticated users, users always see the user-password popup within jitsi (due to its iframic/xmpp-ish nature). Is that the intended way or did I configure something horribly wrong?
Alternatively I thought about integrating a simple external auth provider into prosody using the rocket chat api: Is there an API endpoint within rocket-chat, so one could build the following (or similar) setup?
rocketChat <-- authenticates with user credentials -- browser
rocketChat <-- creates an auth token for this session+user --> browser
rocketChat <-- delegated token-test by authprovider -- external-prosody <-- uses created auth token and user for auth -- jitsi-meet <-- API(jitsi) -- browser
Reactions are currently unavailable