Allow Jitsi to use Keycloak as an identity and OIDC provider.
- SSO for
JitsithroughKeycloak. AllowsJitsito run as anOIDCconsumer. - Allows to use config params in URL (such as
#config.prejoinConfig.enabled=true) - Allows
guestusers andwait for hostscreen if needed - Not based on
the external JWTwhich will be deprecated in the near future. - Not based on
tokenAuthUrl
Check flows if you are interested in how it works.
See standalone setup guide to install it on a
standalone Jitsi server.
See Docker setup guide to integrate it with a
Dockerized Jitsi setup.
Create client inside realm.
- Set
client id - Add
JitsiURL intoValid redirect URIs - Add
JitsiURL intoWeb origins - Set
Access type


