You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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 ?
The text was updated successfully, but these errors were encountered:
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?
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,
Install jitsi meet with docker and below are sample file for jwt auth config,
can anyone help ASAP ?
The text was updated successfully, but these errors were encountered: