-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
User authentication during a conference not working #10796
Comments
I confirm that this is not working either on recent unstable (6824). Trying to debug it, I have seen that the problem is at this point in authentication/components/web/LoginDialog.js:
connect succeeds but 'onSuccess' is undefined. I have no more time today to hunt for it, but a cursory search has found nothing to initialize this variable. So the authentication is working fine (I tested in Prosody log), but Jitsi-meet has decided to do nothing with it. |
Tested: 5870 (may 2021) and 5765 (april 2021): identical problem. tested: 5390-3 (january 2021): works. |
We only recently updated to the latest versions and only now have noticed the problem. The old versions work fine. |
@0xnor0 : latest ? what does that mean ? we know that 6726 has the problem. What was the last working version for you ? |
@gpatel-fr The last working version (for us) was 5390, after that we didn't update. After upgrading to version 6689 we noticed that it's not working anymore. |
* fix: Fixes jitsi#10796 authentication in conference. * fixup! * fixup2! Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
Thank you for the fix. the authentication is working again. Sadly moderator rights are not handed over when a moderator leaves and no other moderator is present until somebody authenticate himself. Is this intended? |
Yep in authenticated environments that's how it works. |
* fix: Fixes jitsi#10796 authentication in conference. * fixup! * fixup2! Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
Description:
Guests cannot authenticate during a conference to get moderator rights.
Steps to reproduce:
(I hope the labels for the buttons are correct - we are not using english for our installation.)
Expected behavior:
Sign in and get moderator rights.
Actual behavior:
No sign in happens and no moderator rights are granted. You can retry it multiple times.
Server information:
Client information:
Additional information:
Log output in the developer-console:
2022-01-17T09:47:57.656Z [modules/xmpp/xmpp.js] <P.connectionHandler>: My Jabber ID: correct jabber id/some token?
We use the internal authentication - not ldap.
The text was updated successfully, but these errors were encountered: