question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ENABLE_GUESTS=1 not working with AUTH_TYPE=jwt?

See original GitHub issue

I have set up jitsi to use the jwt auth type and i can join a room with a valid jwt token. However, if I want to join as a guest I’m getting the login promt and not the Waiting for the host promt I deleted the persistent jitsi config folder and ENABLE_GUESTS=1 is set in the config. Does anyone has jwt with guests running successfully?

Regards, D3473R

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:24 (17 by maintainers)

github_iconTop GitHub Comments

3reactions
saghulcommented, Apr 1, 2020

I believe this was solved in Jitsi Meet, so building the latest unstable images would be a good way to test, if anyone is up for it. See: https://github.com/jitsi/jitsi-meet/pull/5025

1reaction
HobieCatcommented, Apr 17, 2020

with the latest docker image it works Thanks alot

Hello there, I’m trying to have the same behaviour that i recap for clarity:

  1. User John has a link to a room without the JWT: he must not be able to create the room, but can join as a Guest after the room has been created by someone having the same link with the JWT.
  2. User Sue has a link to the same room as John, with the JWT: she will create the room and join as Member and after, when John comes back he will be able to join as a Guest.

My test were all with ENABLE_AUTH=1 and AUTH_TYPE=jwt, results are:

ENABLE_GUEST JWT_ALLOW_EMPTY What happens
0 0 Sue creates the room, but John always has the login form: before and after room creation
0 1 John creates the room before Sue does. After Sue joins, both are moderators
1 0 Sue creates the room, but John always has the login form: before and after room creation
1 1 John creates the room before Sue does. After Sue joins, both are moderators

This is driving my crazy for the whole day, may I please ask you to share your working configuration? What am I missing?

Thank you, cheers

Read more comments on GitHub >

github_iconTop Results From Across the Web

Guest able to create room - JWT auth not working - meet
In recent one - host is able to use JWT for auth. but we want guest NOT to be able to create room/recording...
Read more >
Jwt Authorization .NET Core 2.0 always return Unauthorized ...
I'm trying to do a JWT authentication in my web api application. But it always returns HTTP 401 unauthorized when i try access...
Read more >
Troubleshooting JWT authentication - RingCentral Developers
A JWT is not itself a way to authenticate to the API. Instead, JWT credentials are used to create access tokens. Only access...
Read more >
JWT/OIDC - Auth Methods | Vault - HashiCorp Developer
The JWT/OIDC auth method allows authentication using OIDC and user-provided JWTs. ... and is no longer usable without a workaround starting in Vault...
Read more >
Enabling JWT single sign-on - Zendesk help
Click Single sign-on (SSO) option in the External authentication section, then select the name(s) of the SSO configuration(s) you want to use.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found