-
VersionsJitsi: I have set up keycloak-adapter as part of my overall jitsi docker compose. keycloak-adpater is leveraging the local network created (type: bridge) and using the internal hostname. e.g.
I have the other variables set for Jitsi as defined in the dockerized setup (https://github.com/nordeck/jitsi-keycloak-adapter/blob/main/docs/setup-docker.md). All the flows seem correct and in place, but I'm stuck in a loop now. When I try to create a meeting, I get redirected to keycloak's login screen. I auth no problems, but I get sent back to the Waiting for a moderator screen again and again and again. Each time I also see this in the adapter log (DEBUG is true).
I feel like I'm missing something obvious. Any help would be appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you try without setting |
Beta Was this translation helpful? Give feedback.
Could you try without setting
KEYCLOAK_ORIGIN_INTERNAL
?