Skip to content
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

Jitsi-JWT authentication - issue #2474

Open
RadhikBhojani opened this issue Mar 2, 2024 · 3 comments
Open

Jitsi-JWT authentication - issue #2474

RadhikBhojani opened this issue Mar 2, 2024 · 3 comments

Comments

@RadhikBhojani
Copy link

I have added JWT auth in my jitsi meet and I have added all required configurations as per documented here,
https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/tokens.md

Now, When first user is join at that time user is authenticated successfully and meeting has been started but when second user is going to join at that time user is authenticated successfully (checked in prosody log) but after that immediate it's stop the meeting.

below are prosody log for reference,

image

Install jitsi meet with docker and below are sample file for jwt auth config,

ENABLE_AUTH=1
#ENABLE_GUESTS = 0

AUTH_TYPE=jwt
JWT_APP_ID=my_app
JWT_APP_SECRET=my_app_secret
JWT_ALLOW_EMPTY=0
JWT_AUTH_TYPE=token
JWT_TOKEN_AUTH_MODULE=token_verification

# # (Optional) Set asap_accepted_audiences as a comma separated list
JWT_ACCEPTED_AUDIENCES=my_aud
# # keycloak server
JWT_ACCEPTED_ISSUERS=my_iss

can anyone help ASAP ?

@saghul
Copy link
Member

saghul commented Mar 2, 2024

Can you share the browser console logs?

@pavankumarraju1
Copy link

can i work on this issue @RadhikBhojani

@SSpormann
Copy link

I am trying the same thing, has anyone been able to bring the plugin to work? We have an old configuration with jitsi 1.9 somt. that is working with the plugin. But all recent builds fail. Is there someone who can provide assistance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants