-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guest access with authentication for moderators #129
Comments
Hello @UbiquitousBear! Can you please post the output of |
Hi @spijet - thanks for reaching out. Answers:
and
|
Please add this to your # my-jitsi-values.yaml
extraCommonEnvs:
PROSODY_C2S_REQUIRE_ENCRYPTION: "0" According to Prosody docs, it may be required to disable C2S encryption in order to actually allow guest users to join meeting rooms. This environment variable does just that. |
I've enabled LDAP authentication in Jitsi via the addition of an extra set of environment variables in a Secret, and with the helm values declaring
enableAuth: true
.When I authenticate to join a meeting, that works well. However, when I try to get a guest to join, they're prompted to login.
Am I missing something with how it's meant to be set up?
Deployment details:
Originally posted by @UbiquitousBear in #125
The text was updated successfully, but these errors were encountered: