d3473r / jitsi-keycloak

Login to jitsi with keycloak https://github.com/d3473r/jitsi-keycloak/pkgs/container/jitsi-keycloak
https://github.com/d3473r/jitsi-keycloak
MIT License
54 stars 21 forks source link

Redirection straight to the conference (but not to the "start the meeting page") #75

Closed drusov closed 1 year ago

drusov commented 1 year ago

Hello! First of all thank you for the brilliant "connector". It saved lots of effort and time for me. We've managed to make it up and running pretty fast. It is more like feature request or may be just an advice.

Now it works like: Create meeting -> "i am the host" -> autoredirect to the app -> authenticate -> redirect to the button start of the meeting -> meeting it self. In this approach user gets his Name autofilled - but it still can be changed by him. And in our idea we don't want authenticated users to have the possibility to change their names.

Is it possible to make a login flow go like this: Create meeting -> "i am the host" -> autoredirect to the app -> authenticate -> autoredirect to the meeting itself.

Thanks in advance, Denis.

d3473r commented 1 year ago

Hi,

sorry for the late reply. I don't think this is anything this app can influence (via a query param for example) You can try different settings for your jitsi instance. I would try disabling ENABLE_WELCOME_PAGE or ENABLE_PREJOIN_PAGE

Regards

drusov commented 1 year ago

Thanks for the reply! all is sorted out. It was configuration of jitsi indeed.