-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to auto authenticate openfire meetings? #100
Comments
would be nice if it could remember the login details, so you only have to do it once. |
Hi, It may be because secret is null when new FocusComponent is used.
Is openfire-ofmeet-plugin doing the same process as "prosodyctl register focus"?
|
The only method I know of is what I use in Pade. Store in localStorage at window.load
and remove at window.unload events
|
There is such a method, I will try it! |
In this way, the username password query is gone. Thank you!
As with jitsi meet, we would be happy if we could make the configuration without default authentication. Looking here (https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md#configure-prosody), Adding an XMPP main domain with "anonymous" seemed to have no default authentication. |
Go here in openfire - https://server:9090/reg-settings.jsp |
Wonderful! ! Anonymous Login is done. Thank you in the future. |
Openfire Meeting now supports Windows SSO using NTLM |
I am using Openfire Meetings plugin, and the video call opens up from my webapp when the user clicks a link. On clicking the link Jitsi again asks for username and password. I want to automatically authenticate the users as they are already logged in to the webapp. I have the credentials but can't find a way to auto authenticate Jitsi.
I have tried:
Anonymous login: Not desirable, because then anyone who is not a part of our app can use the service.
Sending keys in the url.
Using jwt: Didn't work but I'd like some help on this.
Debugging the source code on Chrome, code is complex so couldn't find much.
The text was updated successfully, but these errors were encountered: