jitsi/jitsi-meet

Can't log out after account proof with OAuth provider

Opened this issue · 7 comments

mcint commented

What happened?

"Profile" appears after login. But no "logout" is offered.

Additionally, deleting first party cookies, does not log me out of the 3rd party service as far as Jitsi is concerned.

Platform

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

latest, live on meet.jit.si

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

Screenshot 2024-12-17 at 10 05 11

Don't you see the Logout button like above? Can you share a screenshot of what you see?

Screenshot 2024-12-23 at 6 48 48 PM this is what I am seeing, I don't see logout button

We seem to offer logout in-meeting. Can you try that?

We seem to offer logout in-meeting. Can you try that?

Yes, I can see the in-meeting logout
So If not in a meeting , the logout is not intended to be visible ?

@damencho do you remember the thinking behind that?

@damencho do you remember the thinking behind that?

Well ... you may not be logged in when you are not in the meeting, as it is prosody that challenges you to provide username and password when joining. Also when you are not logged in, there is a login button when using password authentication that is displayed at the same location, which can elevate you to moderator without leaving the conference (it authenticates and sends the needed information to jicofo to set you as a moderator).

Got it.